mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 06:50:24 +00:00
Merge pull request #17235 from kkirsche/patch-28
Add btn-info to buttons examples
This commit is contained in:
commit
8d26e26eb4
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ Bootstrap includes six predefined button styles, each serving its own semantic p
|
|||
<!-- Indicates a successful or positive action -->
|
||||
<button type="button" class="btn btn-success">Success</button>
|
||||
|
||||
<!-- Contextual button for informational alert messages -->
|
||||
<button type="button" class="btn btn-info">Info</button>
|
||||
|
||||
<!-- Indicates caution should be taken with this action -->
|
||||
<button type="button" class="btn btn-warning">Warning</button>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue