Skip to content

Commit 34975c9

Browse files
authored
Merge pull request arqex#692 from orifmilod/documentation-enhancement
Added the import example for the styles to the readme
2 parents fe50145 + 8713700 commit 34975c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Do you want more examples? [Have a look at our resources gallery](resources.md).
4040

4141

4242

43+
```sh
44+
import "react-datetime/css/react-datetime.css";
45+
```
46+
4347
## API
4448

4549
Below we have all the props that we can use with the `<DateTime>` component. There are also some methods that can be used imperatively.

0 commit comments

Comments
 (0)