c-toggle

0.1.3 • Public • Published

c-toggle

toggle component under Unify Design System standards.

Project setup

npm i c-toggle or yarn add c-toggle

Usage example

import ctoggle from 'c-toggle/src/components/c-toggle.vue'

Props

name : disable         | default: false         | type: Boolean
       switch_status   | default: false         | type: Boolean
       label           | default: Toggle        | type: String

eg : 

<ctoggle :disable="false" :switch_status="false" label="On"/>

/c-toggle/

    Package Sidebar

    Install

    npm i c-toggle

    Weekly Downloads

    6

    Version

    0.1.3

    License

    ISC

    Unpacked Size

    14.1 kB

    Total Files

    15

    Last publish

    Collaborators

    • manjunathb