Sha256: 050eaf8c19f5da2d1a0fd33acabcec7c3901aa2f41587fde20bb5d8e13e6b628
Contents?: true
Size: 502 Bytes
Versions: 45
Compression:
Stored size: 502 Bytes
Contents
module PlutoniumUi class NavUserSectionComponent < PlutoniumUi::Base renders_many :links, "PlutoniumUi::NavUserLinkComponent" private def base_attributes # base attributes go here { classname: "nav-user-section text-gray-700 dark:text-gray-300", controller: "nav-user-section", aria: {labelledby: "user-nav-dropdown-toggle"} } end end end Plutonium::ComponentRegistry.register :nav_user_section, to: PlutoniumUi::NavUserSectionComponent
Version data entries
45 entries across 45 versions & 1 rubygems