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

0.0.13 • Public • Published

Toast

Pop up prompt box.

Import

import '@omiu/toast'

Or use script tag to ref it.

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

Usage

<o-toast></o-toast>

API

Props

{
  label?: string
  loading?: boolean
  done?: boolean
  duration: number
  autoClose: boolean
  show: boolean
}

默认属性

{
  duration: 2000,
  autoClose: false,
  show: true
)

Readme

Keywords

Package Sidebar

Install

npm i @omiu/toast

Weekly Downloads

1

Version

0.0.13

License

MIT

Unpacked Size

38 kB

Total Files

5

Last publish

Collaborators

  • dntzhang