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_traitObject



8
9
10
# File 'lib/nfg_ui/components/traits/pill.rb', line 8

def pill_trait
  options[:pill] = true
end