Sha256: db752f08dad0ae9b4d5397b2ca22b6eb1d423e388aaddfb244fd5c4e8a46da7f

Contents?: true

Size: 1.81 KB

Versions: 3

Compression:

Stored size: 1.81 KB

Contents

<table class="table table-bordered table-striped">
  <thead>
    <tr>
      <th>Button</th>
      <th>class=""</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><button type="button" class="btn">Default</button></td>
      <td><code>btn</code></td>
      <td>Standard gray button with gradient</td>
    </tr>
    <tr>
      <td><button type="button" class="btn btn-primary">Primary</button></td>
      <td><code>btn btn-primary</code></td>
      <td>Provides extra visual weight and identifies the primary action in a set of buttons</td>
    </tr>
    <tr>
      <td><button type="button" class="btn btn-info">Info</button></td>
      <td><code>btn btn-info</code></td>
      <td>Used as an alternative to the default styles</td>
    </tr>
    <tr>
      <td><button type="button" class="btn btn-success">Success</button></td>
      <td><code>btn btn-success</code></td>
      <td>Indicates a successful or positive action</td>
    </tr>
    <tr>
      <td><button type="button" class="btn btn-warning">Warning</button></td>
      <td><code>btn btn-warning</code></td>
      <td>Indicates caution should be taken with this action</td>
    </tr>
    <tr>
      <td><button type="button" class="btn btn-danger">Danger</button></td>
      <td><code>btn btn-danger</code></td>
      <td>Indicates a dangerous or potentially negative action</td>
    </tr>
    <tr>
      <td><button type="button" class="btn btn-inverse">Inverse</button></td>
      <td><code>btn btn-inverse</code></td>
      <td>Alternate dark gray button, not tied to a semantic action or use</td>
    </tr>
    <tr>
      <td><button type="button" class="btn btn-link">Link</button></td>
      <td><code>btn btn-link</code></td>
      <td>Deemphasize a button by making it look like a link while maintaining button behavior</td>
    </tr>
  </tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
style-guide-0.3.0 app/views/style_guide/bootstrap_base/_button_types.erb
style-guide-0.2.1 app/views/style_guide/partials/_buttons.erb
style-guide-0.2.0 app/views/style_guide/partials/_buttons.erb