bookit
bookit copied to clipboard
[feat] extract automatically component docs from TS/JSDoc annotation
Just saw the awesome demo on YouTube of this library. I noticed that it had tables of properties of the component, but you need to specify them manually in your story.
Can this framework extract automatically, e.g. by preprocessing, the typing/description annotations of TS/JSDoc of components and their props/signals/..., and when the user write, say <AutoDoc ...>, it will display the auto generated description?