@omiu/toggle-icon
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

/@omiu/toggle-icon/

    Package Sidebar

    Install

    npm i @omiu/toggle-icon

    Homepage

    omijs.org

    Weekly Downloads

    2

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    28.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • dntzhang