class Breeze::DescriptionList

Overview

https://tailwindui.com/components/application-ui/data-display/description-lists#component-e1b5917b21bbe76a73a96c5ca876225f

Defined in:

breeze/components/breeze/description_list.cr

Constant Summary

ASSIGNS = [heading_title : HtmlProc, list : HtmlProc] of Nil

https://tailwindui.com/components/application-ui/data-display/description-lists#component-e1b5917b21bbe76a73a96c5ca876225f

Constructors

Class Method Summary

Instance Method Summary

Class methods inherited from class Breeze::BreezeComponent

file_location file_location

Constructor Detail

def self.new(heading_title : HtmlProc, list : HtmlProc, **unused_exposures) #

https://tailwindui.com/components/application-ui/data-display/description-lists#component-e1b5917b21bbe76a73a96c5ca876225f


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 heading_title : -> IO::Memory | -> Nil #

def list : -> IO::Memory | -> Nil #

def render #

[View source]
def render_list #

[View source]
def render_main_heading #

[View source]