Class: Twitter::Bootstrap::Components::V3::ButtonGroup

Inherits:
Base
  • Object
show all
Defined in:
app/components/twitter/bootstrap/components/v3/button_group.rb

Constant Summary collapse

SIZE_MAP =
{
  default:     nil,
  extra_small: :xs,
  small:       :sm,
  large:       :lg
}.freeze

Method Summary

Methods inherited from Base

#initialize, #perform

Constructor Details

This class inherits a constructor from Twitter::Bootstrap::Components::V3::Base