class Breeze::RowArrow

Defined in:

breeze/components/row_arrow.cr

Constant Summary

ASSIGNS = [html_class : String = "h-5 w-5 text-gray-400"] 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(html_class : String = "h-5 w-5 text-gray-400", **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 html_class : String #

def render #

[View source]