Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion components/Button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@
Set of buttons with icons built in CSS. Unfortunately the use of classes is necessary to define the types and colors. I recommend you consult the CSS and customize them. The icons are positioned absolutely on the object, basically to offer dynamic behavior towards custom fonts.

```
<button type="button" class="cancel">Cancel</button>
<button type="button">Basic</button>
<button type="button" class="cancel">Cancel</button>
<button type="button" class="success">Success</button>
<button type="button" class="warning">Warning</button>
<button type="button" class="information">Information</button>
<button type="button" class="danger">Danger</button>
<button type="button" class="back">Back</button>
<button type="button" class="next">Next</button>
```