Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Add mention of draft css in overview doc #1208

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,6 @@ Because Draft.js supports unicode, you must have the following meta tag in the `
<meta charset="utf-8" />
```

`Draft.css` should be included when rendering the editor. Learn more about [why](/docs/advanced-topics-issues-and-pitfalls.html#missing-draft-css).

Next, let's go into the basics of the API and learn what else you can do with Draft.js.