vue-material-radio

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i vue-material-radio

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • sobolevn