1.0.2 • Published 9 years ago
vue-material-radio v1.0.2
vue-material-radio
Simple implementation of Material Radio Button with no dependencies.
Installation
npm install vue-material-radioUsage
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.