Class: Twitter::Bootstrap::Components::V4::Button

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

Constant Summary collapse

SIZE_MAP =
{
  default:     nil,
  small:       'btn-sm',
  large:       'btn-lg'
}.freeze

Method Summary

Methods inherited from Base

#initialize, #perform

Constructor Details

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