reactjs / react-modal

Accessible modal dialog component for React
http://reactcommunity.org/react-modal
MIT License
7.34k stars 807 forks source link

[chore] update readme and docs demos #1012

Open neilhsmith opened 1 year ago

neilhsmith commented 1 year ago

Closes #955.

Changes proposed:

The demos themselves have remained largely unchanged apart from converting to functional components. They are still styled simply and do not set any extra props. All demos are stored in this CodePen collection.

Upgrade Path (for changed or removed APIs):

Acceptance Checklist:

diasbruno commented 1 year ago

Remove the setAppElement example. A warning is now logged when the app element is not set so removed this one and instead setAppElement in all other demos.

This needs to come back. setAppElement has been a hard feature to explain to users.