Sha256: 46ad12b3028b9505fed4c8cc4915f78d5716dadc264945ac1a318be680317b1b

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

<!-- Different types of button elements -->
<a class="btn$modifier_class" href="#" role="button">Link</a>
<button class="btn$modifier_class" type="submit">Button</button>
<input class="btn$modifier_class" type="button" value="Input">
<input class="btn$modifier_class" type="submit" value="Submit">

<!-- Provides extra visual weight and identifies the primary action in a set of buttons -->
<button type="button" class="btn btn-primary$modifier_class">Primary</button>

<!-- Indicates a successful or positive action -->
<button type="button" class="btn btn-success$modifier_class">Success</button>

<!-- Contextual button for informational alert messages -->
<button type="button" class="btn btn-info$modifier_class">Info</button>

<!-- Indicates caution should be taken with this action -->
<button type="button" class="btn btn-warning$modifier_class">Warning</button>

<!-- Indicates a dangerous or potentially negative action -->
<button type="button" class="btn btn-danger$modifier_class">Danger</button>

<!-- Deemphasize a button by making it look like a link while maintaining button behavior -->
<button type="button" class="btn btn-link$modifier_class">Link</button>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
colorgy_style-0.0.0.1 styleguide/styleblocks/_button.html.erb