Skip to content

Commit

Permalink
Merge pull request #9641 from marmelab/doc-admin-video
Browse files Browse the repository at this point in the history
[Doc] Add video tutorial for the `<Admin>` component
  • Loading branch information
slax57 committed Feb 7, 2024
2 parents e836da2 + a7f7d59 commit ea51835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `<Admin>` component is the root component of a react-admin app. It allows to

`<Admin>` creates a series of context providers to allow its children to access the app configuration. It renders the main routes and layout. It delegates the rendering of the content area to its `<Resource>` children.

![Admin Component](./img/dense.webp)
<iframe src="https://www.youtube-nocookie.com/embed/StCR3gB7nKU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen style="aspect-ratio: 16 / 9;width:100%;margin-bottom:1em;"></iframe>

## Usage

Expand Down

0 comments on commit ea51835

Please sign in to comment.