diff --git a/docs/CreateEdit.md b/docs/CreateEdit.md index f89c894a8e8..fd96024839c 100644 --- a/docs/CreateEdit.md +++ b/docs/CreateEdit.md @@ -171,6 +171,8 @@ export const PostEdit = (props) => ( ); ``` +### The `` component + A common customization is to add a button to go back to the List. Use the `` for that: ```jsx @@ -184,7 +186,7 @@ const PostEditActions = ({ basePath, data }) => ( ); ``` -If you want this button to look like a Back button, you can pass a custom label and icon to the ListButton: +If you want this button to look like a Back button, you can pass a custom label and icon to the `ListButton`: ```jsx import ChevronLeft from '@material-ui/icons/ChevronLeft'; diff --git a/docs/Reference.md b/docs/Reference.md index 8d46d3ec83a..6262641a2ff 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -8,12 +8,13 @@ title: "Reference"
* [``](https://marmelab.com/ra-enterprise/modules/ra-form-layout#accordionform) -* `` +* [``](./CreateEdit.md#actions) * [``](./Admin.md) * `` * [``](./Theming.md#customizing-the-appbar-content) * [``](./Fields.md#arrayfield) * [``](./Inputs.md#arrayinput) +* [`