We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6072b commit c6a50a2Copy full SHA for c6a50a2
README.md
@@ -37,6 +37,14 @@ This will generate a new element called `demo`. It will also
37
create a storybook file, so you will be able to see the new element
38
in storybook (see the "Local development" section above).
39
40
+Note: updates the docstrings in the code will not be reflected
41
+in Storybook's Docs tab unless you restart Storybook, or run the
42
+following command manually and refresh the page:
43
+
44
+```
45
+npm run analyze-components
46
47
48
## License
49
50
Wokwi Elements are released under the [MIT license](LICENSE).
0 commit comments