vue-material-radio
v1.0.2
Published
Simple implementation of Material Radio Button with no dependencies
Downloads
5
Maintainers
Readme
vue-material-radio
Simple implementation of Material Radio Button with no dependencies.
Installation
npm install vue-material-radio
Usage
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.