Module: NfgUi::Components::Traits::Pill
- Included in:
- Elements::Badge, Elements::Nav
- Defined in:
- lib/nfg_ui/components/traits/pill.rb
Overview
Shared Size traits
Constant Summary collapse
- TRAITS =
%i[pill].freeze
Instance Method Summary collapse
Instance Method Details
#pill_trait ⇒ Object
8 9 10 |
# File 'lib/nfg_ui/components/traits/pill.rb', line 8 def pill_trait [:pill] = true end |