Class: AtomicView::Components::LabelComponent

Inherits:
ViewComponent::Form::LabelComponent
  • Object
show all
Defined in:
lib/atomic_view/components/label_component.rb

Instance Method Summary collapse

Instance Method Details

#html_classObject



4
5
6
# File 'lib/atomic_view/components/label_component.rb', line 4

def html_class
  "block text-primary text-sm font-medium leading-6 mb-2"
end