MButton (.MBUTTON)
A Vue replacement for the regular button. Can take many shapes and use cases.
Preview
Attributes
| Name | type | optional | description |
|---|---|---|---|
| bordered | boolean | true | to get the bordered look button |
| rounded | boolean | true | to get the rounded look button |
| safe | boolean | true | to get the safe green button |
| warning | boolean | true | to get the warning yellow button |
| danger | boolean | true | to get the danger red button |
| loading | boolean | true | to get a loading disabled button |
| unstyled | boolean | true | to get the stock button look |