Temzasse / react-modal-sheet

Flexible bottom sheet component built with Framer Motion to provide buttery smooth UX while keeping accessibility in mind 🪐
https://temzasse.github.io/react-modal-sheet/
MIT License
783 stars 74 forks source link

Update README.md #125

Closed BonhaengLee closed 1 year ago

BonhaengLee commented 1 year ago

Issue

Copying and using the CSS-in-JS example code in the Custom styles section of README does not work. The cause is "sheeet" typo.

Solution

I corrected the typo "sheeet" to "sheet".

From:

import Sheet from 'react-modal-sheeet';

To:

import Sheet from 'react-modal-sheet';