0.0.13 • Published 7 months ago

@omiu/toast v0.0.13

Weekly downloads
4
License
MIT
Repository
-
Last release
7 months ago

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
)
0.0.12

7 months ago

0.0.13

7 months ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago