Class: Irelia::Navbar::Section::Component

Inherits:
Component
  • Object
show all
Includes:
Options::Flex::Grow, Options::Flex::Justify
Defined in:
app/components/irelia/navbar/section/component.rb

Direct Known Subclasses

Navigation::Component

Instance Method Summary collapse

Methods included from Options::Flex::Justify

included

Methods included from Options::Flex::Grow

included

Instance Method Details

#variantsObject



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