class Breeze::NavbarLink

Defined in:

breeze/components/breeze/navbar_link.cr

Constant Summary

ASSIGNS = [link_text : String, link_to : String] of Nil

Constructors

Class Method Summary

Instance Method Summary

Class methods inherited from class Breeze::BreezeComponent

file_location file_location

Constructor Detail

def self.new(link_text : String, link_to : String, **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 link_active_class #

[View source]
def link_inactive_class #

[View source]
def link_styles #

[View source]
def link_text : String #

def link_to : String #

def render #

[View source]