m-button
Adds a button.
Attributes
Attribute | Default Value | Description |
---|---|---|
bold | Bold text | |
color | #000000 | Text color |
bgcolor | Button background color | |
background | Background image | |
border-radius | 0 | Corner radius |
border-color | Border color | |
href | If set, turns the text into a hyperlink | |
height | 58px | Button height in px |
width | 100% | Button width in px or % |
font-family | Verdana, Arial, Helvetica, sans-serif | Font family |
font-size | 14px | Font size in px or pt |
Example
html
<m-button href="https://pixcraft.io" height="40" width="250" bgcolor="#7C1BB7">Button</m-button>