项目作者: wemake-services

项目描述 :
Simple implementation of Material Radio Button with no dependencies
高级语言: Vue
项目地址: git://github.com/wemake-services/vue-material-radio.git
创建时间: 2016-11-16T08:39:29Z
项目社区:https://github.com/wemake-services/vue-material-radio

开源协议:MIT License

下载


vue-material-radio

Build Status Coverage Status

Simple implementation of Material Radio Button with no dependencies.

Installation

  1. npm install vue-material-radio

Usage

This component is designed to be small and easy:

  1. <MaterialRadio
  2. name="checked"
  3. :expected="true"
  4. v-model="checked"
  5. :disabled="disabled"
  6. :ripple="ripple">
  7. Your Label
  8. </MaterialRadio>

For more examples, please check /play folder and the project’s website.