# Buttons
To use the custom button you don't need to import the custom made component, you can easily use it like this:
<md-button>
Button
</md-button>
# Colors
We has changed the predefined button styles from vuematerial.io, each serving its own semantic purpose, with a few extras thrown in for more control.
# Style Buttons
# Sizes
Fancy larger or smaller buttons? Add the classes `md-lg` or `md-sm` for additional sizes.
# Disabled state
Make buttons look inactive by adding the disabled boolean attribute to the component
# Extra Mile
We added extra classes that can help you better customise the look. Please see the examples:
Note: for more details about the buttons props and attributes please see the Button section from vuematerial.io