Skip to content

Commit 214df91

Browse files
committed
update doc
1 parent c1d0119 commit 214df91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/src/App.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ const examples = {
5050
},
5151
propsBinding: {
5252
name: 'Props Binding',
53-
description: 'To bind props to modal, need to declare the modal using <ModalHolder />.',
53+
description:
54+
"To bind props to modal, you can also use <ModalHolder /> besides declarative way. This approach doesn't need a uniq modal id.",
5455
component: PropsBinding,
5556
code: ['PropsBinding.jsx'],
5657
},

0 commit comments

Comments
 (0)