#Modal doesnt work

1 messages · Page 1 of 1 (latest)

ruby valve
snow plank
#

Wrap your code in <ModalsProvider>.

ruby valve
snow plank
#

Demo is not the root element.

ruby valve
snow plank
#

What's the difference between App component and lets say Button component?

#

Same goes for App and Demo.

#

Demo is just a wrapper component. Somewhere above it in the tree there is a <ModalsProvider>.

#

You don't need to present the whole component structure in a demo to show how a component works.

ruby valve
#

And <App /> is my code?