Skip to content

Commit ba95d4e

Browse files
authored
Update README [skip ci]
1 parent 674a29a commit ba95d4e

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,18 @@ A [Storybook](https://github.com/storybooks/storybook) addon that embed Figma or
2121

2222
## Requirements
2323

24-
- Storybook@>=9.0.0 (Version 7 of this addon supports Storybook 7, Version 8 supports Storybook 8)
24+
- Storybook@>=10.0.0
25+
- This addon should work well with any framework. If you find that the addon does not work, please open an issue.
2526

26-
This addon should work well with any framework. If you find that the addon does not work, please open an issue.
27+
### Version compatibility
28+
29+
| Addon designs version | Storybook version |
30+
| --------------------- | ----------------- |
31+
| ^11.0.0 | ^10.0.0 |
32+
| ^10.0.0 | ^9.0.0 |
33+
| ^9.0.0 | ^9.0.0 |
34+
| ^8.0.0 | ^8.0.0 |
35+
| ^7.0.0 | ^7.0.0 |
2736

2837
## Getting started
2938

@@ -48,12 +57,13 @@ export default {
4857
### 3. Add it to story!
4958

5059
```js
51-
export default {
60+
const meta = {
5261
title: "My stories",
5362
component: Button,
5463
};
64+
export default meta;
5565

56-
export const myStory = {
66+
export const MyStory = {
5767
parameters: {
5868
design: {
5969
type: "figma",

0 commit comments

Comments
 (0)