Button
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
bold |
Boolean |
<optional> |
Bold typeface | |
color |
string |
<optional> |
#ffffff | Text color |
bgcolor |
string |
<optional> |
Button color | |
background |
string |
<optional> |
Background image | |
border-radius |
string |
<optional> |
Button rounding radius | |
border-color |
string |
<optional> |
Border color | |
href |
string |
<optional> |
# | URL |
height |
string |
<optional> |
58 | Button height in px |
width |
string |
<optional> |
100% | Button width in px or percents |
font-family |
string |
<optional> |
Verdana, Arial, Helvetica, sans-serif | Font family |
font-size |
string |
<optional> |
14px | Font size in px or pt |
Example
<m-button href="https://ampier.io" height="40" width="250" bgcolor="#7C1BB7">Button</m-button>