Skip to content

Commit cdad681

Browse files
committed
Show storybook embeds
1 parent afc7d94 commit cdad681

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs_headless/src/content/docs/headless/guides/DataFetchingGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ const BanUserButton = ({ userId }) => {
104104
};
105105
```
106106

107+
<iframe
108+
src="https://react-admin-storybook-mxutjpobn-marmelab.vercel.app/?path=/story/ra-core-dataprovider-useupdate-optimistic--success-case&full=1&singleStory=true"
109+
style="height: 400px; width: 100%"
110+
></iframe>
111+
107112
The [Querying the API](./Actions.md) documentation lists all the hooks available for querying the API, as well as the options and return values for each.
108113

109114
## React Query

docs_headless/src/content/docs/mui/guides/DataFetchingGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ const BanUserButton = ({ userId }) => {
104104
};
105105
```
106106

107+
<iframe
108+
src="https://react-admin-storybook-mxutjpobn-marmelab.vercel.app/?path=/story/ra-core-dataprovider-useupdate-optimistic--success-case&full=1&singleStory=true"
109+
style="height: 400px; width: 100%"
110+
></iframe>
111+
107112
The [Querying the API](./Actions.md) documentation lists all the hooks available for querying the API, as well as the options and return values for each.
108113

109114
## React Query

docs_headless/src/content/docs/shadcn/guides/DataFetchingGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ const BanUserButton = ({ userId }) => {
104104
};
105105
```
106106

107+
<iframe
108+
src="https://react-admin-storybook-mxutjpobn-marmelab.vercel.app/?path=/story/ra-core-dataprovider-useupdate-optimistic--success-case&full=1&singleStory=true"
109+
style="height: 400px; width: 100%"
110+
></iframe>
111+
107112
The [Querying the API](./Actions.md) documentation lists all the hooks available for querying the API, as well as the options and return values for each.
108113

109114
## React Query

0 commit comments

Comments
 (0)