0.1.1 • Published 5 years ago

v-radiobutton v0.1.1

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

v-radiobutton

Radio buttons under Vuetify standards.

Project setup

npm i v-radiobutton or yarn add v-radiobutton

Usage example

import vradiobutton from 'v-radiobutton/src/components/v-radiobutton.vue'

Props

name : disable       | default:         | type: Boolean
       selected      | default:         | type: String
       radioOptions  | default:         | type: Object

eg : 

<vradiobutton :radioOptions="{'Radio 1':'one','Radio 2':'two'}" :disable="false" selected="one"/>
0.1.1

5 years ago

0.1.0

5 years ago