Simple implementation of Material Radio Button with no dependencies
Simple implementation of Material Radio Button with no dependencies.
npm install vue-material-radio
This component is designed to be small and easy:
<MaterialRadio
name="checked"
:expected="true"
v-model="checked"
:disabled="disabled"
:ripple="ripple">
Your Label
</MaterialRadio>
For more examples, please check /play
folder and the project’s website.