We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d0119 commit 214df91Copy full SHA for 214df91
example/src/App.jsx
@@ -50,7 +50,8 @@ const examples = {
50
},
51
propsBinding: {
52
name: 'Props Binding',
53
- description: 'To bind props to modal, need to declare the modal using <ModalHolder />.',
+ description:
54
+ "To bind props to modal, you can also use <ModalHolder /> besides declarative way. This approach doesn't need a uniq modal id.",
55
component: PropsBinding,
56
code: ['PropsBinding.jsx'],
57
0 commit comments