omi/components/switch
dntzhang 63ad7cdebc feat(admin): create a simple form page using omiu 2021-06-28 17:03:15 +08:00
..
demos/js-demo publish(@omiu/switch) 2020-04-26 17:30:10 +08:00
scripts chore: remove of doc-gen result 2020-04-30 09:17:17 +08:00
src feat(admin): create a simple form page using omiu 2021-06-28 17:03:15 +08:00
README.md publish(@omiu/switch) 2020-04-26 17:30:10 +08:00
package.json feat(admin): create a simple form page using omiu 2021-06-28 17:03:15 +08:00
tsconfig.demo.json publish(@omiu/switch) 2020-04-26 17:30:10 +08:00
tsconfig.json publish(@omiu/switch) 2020-04-26 17:30:10 +08:00

README.md

Switch

Switch button

Import

import '@omiu/switch'

Or use script tag to ref it.

<script src="https://unpkg.com/@omiu/switch"></script>

Usage

<o-switch></o-switch>

API

Props

{
  checked: boolean
}

Events

  • change