diff --git a/README.md b/README.md index f8bab0ad8..521473028 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ The [custom editor example](https://github.com/plotly/react-chart-editor/tree/ma ### General-purpose Containers * ``: renders as a sidebar selector menu for ``s -* ``: renders as a generic rectangular container with special handling for collapsing/expanding child ``s and optionally an 'add' button for creating them, has special [visibility rules](https://github.com/plotly/react-chart-editor/tree/master/src/components/containers/_tests_/ConnectedContainersVisibility-test.js) that depend on plotly figure -* ``: collapsable container within a ``, has special [visibility rules](https://github.com/plotly/react-chart-editor/tree/master/src/components/containers/_tests_/ConnectedContainersVisibility-test.js) that depend on plotly figure -* ``: uncollapsable container within a `` or ``, has special [visibility rules](https://github.com/plotly/react-chart-editor/tree/master/src/components/containers/_tests_/ConnectedContainersVisibility-test.js) that depend on plotly figure -* ``, ``, `
`: same as `PlotlyPanel`, `PlotlyFold`, `PlotlySection`, but there are no special visibility rules, those containers [always show, and always show their children](https://github.com/plotly/react-chart-editor/tree/master/src/components/containers/_tests_/UnconnectedContainersVisibility-test.js), but Fold does not have the canDelete functionality as its context related +* ``: renders as a generic rectangular container with special handling for collapsing/expanding child ``s and optionally an 'add' button for creating them, has special [visibility rules](https://github.com/plotly/react-chart-editor/tree/master/src/components/containers/__tests__/ConnectedContainersVisibility-test.js) that depend on plotly figure +* ``: collapsable container within a ``, has special [visibility rules](https://github.com/plotly/react-chart-editor/tree/master/src/components/containers/__tests__/ConnectedContainersVisibility-test.js) that depend on plotly figure +* ``: uncollapsable container within a `` or ``, has special [visibility rules](https://github.com/plotly/react-chart-editor/tree/master/src/components/containers/__tests__/ConnectedContainersVisibility-test.js) that depend on plotly figure +* ``, ``, `
`: same as `PlotlyPanel`, `PlotlyFold`, `PlotlySection`, but there are no special visibility rules, those containers [always show, and always show their children](https://github.com/plotly/react-chart-editor/tree/master/src/components/containers/__tests__/UnconnectedContainersVisibility-test.js), but Fold does not have the canDelete functionality as its context related * ``: wraps any item you would like to see appear in the sidebar menu. ### General-purpose Fields