Styling
To make styling easier, the components included in react-fiction have various classes set on them.
| Class name | Component |
|---|---|
react-fiction-story |
Story |
react-fiction-viewer |
Viewer |
react-fiction-link |
Link |
react-fiction-passage |
Passage |
As well, there is a set of default styles included with react-fiction. They are in react-fiction/styles/default.css. You can import these through something like Webpack, directly access them in the node_modules folder, or just copy them out.