Class: Keystone::Ui::BottomNavComponent
- Inherits:
-
ViewComponent::Base
- Object
- ViewComponent::Base
- Keystone::Ui::BottomNavComponent
- Defined in:
- app/components/keystone/ui/bottom_nav_component.rb
Constant Summary collapse
- NAV_CLASSES =
"bottom-nav lg:hidden hotwire-native:hidden"
Instance Method Summary collapse
Instance Method Details
#nav_classes ⇒ Object
8 9 10 |
# File 'app/components/keystone/ui/bottom_nav_component.rb', line 8 def nav_classes NAV_CLASSES end |