1.0.2 • Published 7 years ago

vue-material-radio v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

vue-material-radio

Build Status Coverage Status

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.