module NfgUi::Components::Traits::ProgressBar

Shared Size traits

Constants

TRAITS

Public Instance Methods

animated_trait() click to toggle source
# File lib/nfg_ui/components/traits/progress_bar.rb, line 14
def animated_trait
  options[:animated] = true
end
label_trait() click to toggle source
# File lib/nfg_ui/components/traits/progress_bar.rb, line 18
def label_trait
  options[:label] = true
end
striped_trait() click to toggle source
# File lib/nfg_ui/components/traits/progress_bar.rb, line 10
def striped_trait
  options[:striped] = true
end