Skip to content

JavaScript Library - Simple Toggle Switch Web Component

Notifications You must be signed in to change notification settings

lullaby6/toggle-switch.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

toggle-switch.js

Installation

CDN

<script src='https://cdn.jsdelivr.net/gh/lullaby6/toggle-switch.js/toggle-switch.js'></script>

or Download

Usage

<toggle-switch></toggle-switch>

Attributes

<toggle-switch
    id=""
    class=""
    name=""

    size="22.5"
    height="..."
    width="..."

    padding="..."

    rounded="true"

    transition-duration="200"

    unchecked-color="#ccc"
    checked-color="#2196F3"
    dot-color="#fff"
></toggle-switch>

About

JavaScript Library - Simple Toggle Switch Web Component

Topics

Resources

Stars

Watchers

Forks