0.1.0 • Published 5 years ago

@mistong/eui-alert v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

USAGE

Install

$ npm i @mistong/eui

demo

import { Alert } from '@mistong/eui';

...

<Alert message="提示" />

API

参数说明类型默认值
className添加自定义classstring-
type警告的类型stringinfo
showIcon是否显示图标booleanfalse
icon自定义EUI Iconstring-
closable是否显示关闭按钮booleanfalse
message警告信息string/element-
onClose关闭警告的hookfunction-
afterClose关闭警告以后的hookfunction-