Skip to content
Nova UI
Main Navigation
指南
组件
在线示例
主题
Menu
Return to top
On this page
Notification 通知
通知提醒框。
示例
API
属性
说明
类型
默认值
type
类型
'info' | 'success' | 'warning' | 'error'
'info'
title
标题
string
-
description
描述内容
string
-
open
是否显示
boolean
true
onClose
关闭回调
() => void
-