Sha256: a44b301922a475479d8268895f9415e05494e49e90bfe1cccd8e3433533e347e
Contents?: true
Size: 462 Bytes
Versions: 5
Compression:
Stored size: 462 Bytes
Contents
module PlutoniumUi class SidebarComponent < PlutoniumUi::Base private def sidebar_class "fixed top-0 left-0 z-40 w-64 h-screen pt-14 transition-transform -translate-x-full lg:translate-x-0" end def sidebar_container_class "overflow-y-auto py-5 px-3 h-full bg-white border-r border-gray-200 dark:bg-gray-800 dark:border-gray-700" end end end Plutonium::ComponentRegistry.register :sidebar, to: PlutoniumUi::SidebarComponent
Version data entries
5 entries across 5 versions & 1 rubygems