0.1.4 • Published 5 years ago

c-radiobutton v0.1.4

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

c-radiobutton

Radio buttons under Unify Design System standards.

Project setup

npm i c-radiobutton or yarn add c-radiobutton

Usage example

import cradiobutton from 'c-radiobutton/src/components/c-radiobutton.vue'

Props

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

eg : 

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

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago