Class: AtomicView::Components::CheckBoxComponent
- Inherits:
-
ViewComponent::Form::CheckBoxComponent
- Object
- ViewComponent::Form::CheckBoxComponent
- AtomicView::Components::CheckBoxComponent
- Defined in:
- lib/atomic_view/components/check_box_component.rb
Instance Method Summary collapse
Instance Method Details
#html_class ⇒ Object
4 5 6 |
# File 'lib/atomic_view/components/check_box_component.rb', line 4 def html_class "h-4 w-4 rounded-sm border-neutral-300 text-blue-500 focus:ring-blue-700 hover:border-neutral-700" end |