Class: Irelia::Navbar::Section::Component
- Inherits:
-
Component
- Object
- Component
- Irelia::Navbar::Section::Component
- Includes:
- Options::Flex::Grow, Options::Flex::Justify
- Defined in:
- app/components/irelia/navbar/section/component.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods included from Options::Flex::Justify
Methods included from Options::Flex::Grow
Instance Method Details
#variants ⇒ Object
7 8 9 10 11 12 |
# File 'app/components/irelia/navbar/section/component.rb', line 7 def variants class_names( "irelia-navbar__section", "irelia-navbar__section--default": variant == :default ) end |