Class: Tailwinds::Form::LabelComponent
- Inherits:
-
Tramway::BaseComponent
- Object
- ViewComponent::Base
- Tramway::BaseComponent
- Tailwinds::Form::LabelComponent
- Defined in:
- app/components/tailwinds/form/label_component.rb
Overview
Form label for all tailwind-styled forms
Constant Summary
Constants included from Tramway::Helpers::ViewsHelper
Tramway::Helpers::ViewsHelper::FORM_SIZES
Instance Method Summary collapse
Methods included from Tramway::Helpers::ViewsHelper
#tramway_back_button, #tramway_badge, #tramway_button, #tramway_cell, #tramway_container, #tramway_flash, #tramway_form_for, #tramway_header, #tramway_main_container, #tramway_row, #tramway_table, #tramway_title
Methods included from Tramway::Helpers::ComponentHelper
Methods included from Tramway::Helpers::DecorateHelper
Instance Method Details
#form_label_classes ⇒ Object
9 10 11 12 13 |
# File 'app/components/tailwinds/form/label_component.rb', line 9 def form_label_classes theme_classes( classic: 'block text-sm font-semibold mb-2 text-white' ) end |