Skip to content

Commit

Permalink
docs(readme): document changes in class names
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtze committed Oct 6, 2020
1 parent 9e2ecf3 commit 42202ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -509,8 +509,8 @@ The React Flow wrapper has the className `react-flow`. If you want to change the
### Used Class Names

* `.react-flow` - Outer container
* `.react-flow__renderer` - Inner container
* `.react-flow__zoompane` - Zoom & pan pane
* `.react-flow__renderer` - Flow container, used for zooming and panning
* `.react-flow__pane` - Background Pane for click and wheel events, previously `.react-flow__zoompane`
* `.react-flow__selectionpane` - Selection pane
* `.react-flow__selection` - User selection
* `.react-flow__edges` - Edges wrapper
Expand Down

0 comments on commit 42202ba

Please sign in to comment.