Merge pull request #32267 from chanchalkhatri19/doc-fix

converted the note syntax for consistency with other documentation files
This commit is contained in:
Patrik Oldsberg
2026-02-03 20:54:34 +01:00
committed by GitHub
+5 -2
View File
@@ -55,8 +55,11 @@ core
└── Progress.stories.tsx
```
> _Note: make sure your component story file has the following format
> componentName.stories.tsx_
:::note Note
Make sure your component story file has the following format
componentName.stories.tsx
:::
## Running locally