bet-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

bet-components

Notification 全局提示信息组件

import { Notification } from 'bet-components';

<Notification :theme="theme" :notification="notification" />

theme: string;
notification: {
    isShow: boolean; // 是否显示
    isError: boolean; // 是否是错误提示
    noIcon: boolean; // 是否不显示icon
    text: string; // 显示的文字
}

Readme

Keywords

none

Package Sidebar

Install

npm i bet-components

Weekly Downloads

6

Version

1.0.17

License

none

Unpacked Size

77.6 kB

Total Files

15

Last publish

Collaborators

  • ottawa_