0.0.3 • Published 2 years ago

@omiu/toggle-icon v0.0.3

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

ToggleIcon

Icon with two state switches

Import

import '@omiu/toggle-icon'

Or use script tag to ref it.

<script src="https://unpkg.com/@omiu/toggle-icon"></script>

Usage

<o-toggle-icon></o-toggle-icon>

API

Props

{
  isOn?: boolean
  icons: object
  imgs: object
  color: string
  disabled: boolean
}

默认属性

{
  isOn: false,
  icons: []
)

Events

  • change