Socket
Socket
Sign inDemoInstall

c-radiobutton

Package Overview
Dependencies
11
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    c-radiobutton

Radio buttons under Unify Design System standards.


Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Install size
19.1 MB
Created
Weekly downloads
 

Readme

Source

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"/>

Keywords

FAQs

Last updated on 02 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc