Message/Notification #114
Unanswered
travor20814
asked this question in
v1-component-level-review
Replies: 1 comment
-
ANS
import { Message } from '@mezzanine-ui/react';
Message.init([
{ key: 'collect', icon: collectIcon },
{ key: 'ignore', icon: ignoreIcon },
])
// 在 component 內的呼叫方式就會是
Message.collect('收藏完成');
Message.ignore('已成功忽略');
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
問題
Beta Was this translation helpful? Give feedback.
All reactions