class UI::NavbarHamburgerButton

Defined in:

components/ui/navbar_hamburger_button.cr

Constant Summary

ASSIGNS = [] of Nil
BUTTON_BACKGROUND_FOCUS = "bg-gray-50"
BUTTON_BACKGROUND_HOVER = "bg-gray-50"
BUTTON_BORDER_FOCUS = "border-gray-300"
BUTTON_BORDER_HOVER = "border-gray-300"
TEXT_COLOR_DEFAULT = "text-gray-600"
TEXT_COLOR_FOCUS = "text-gray-800"
TEXT_COLOR_HOVER = "text-gray-800"

Constructors

Class Method Summary

Instance Method Summary

Class methods inherited from class BaseComponent

file_location file_location

Constructor Detail

def self.new(**unused_exposures) #

Class Method Detail

def self.file_location #

Returns the relative file location to the project root. e.g. src/components/my_component.cr


[View source]

Instance Method Detail

def render(&) #

[View source]