Buttons
A button element that can act as a link or trigger an action.
Usage
Label
Use the default
slot or the label
props to set the label of the Button.
<template>
<MButton>Button</MButton>
<!-- OR -->
<MButton label="Button" />
</template>