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

0.0.5 • Public • Published

Message

Top message alert

Import

import '@omiu/message'

Or use script tag to ref it.

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

Usage

<o-message></o-message>

API

Props

{
  type?: 'success' | 'warning' | 'info' | 'error'
  message: string
  showClose: boolean
  center: boolean
  duration: number
}

默认属性

{
  duration: 3000
}

Readme

Keywords

Package Sidebar

Install

npm i @omiu/message

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

17.2 kB

Total Files

5

Last publish

Collaborators

  • dntzhang