Storybook Markdown Docs
Addon-Kit is a developer’s dream come true
This article is part of a series , feel free to look at the others below 👇👇.
- Addon-Kit is a developer’s dream come true
- Supporting .md docs in Storybook — Part 1
- Supporting .md docs in Storybook — Part 2
- Storybook Addon for Auto Markdown Import
- Supporting .html files in Storybook
Well, I want new features, and I want it now. Sometimes you like to do stuff your way and you wanna do it as fast as possible, given some frameworks maintainers take time to review and approve pull requests.
Don’t get me wrong, the Storybook team is amazing, and they have one of the best turn around rates I have ever seen. But still instead of asking for features, I wanna implement them myself.
Comes into the picture, the amazing Addon-Kit. It has everything you would ever need to start developing your own features to extend the basic (yet amazing) capabilities of Storybook.
It was as simple as going to the Github repo at https://github.com/storybookjs/addon-kit and press the Button
The docs for that repo is extensive and comprehensive. Now, it is time to start writing some features. In the next few articles, I will detail the features I am thinking of and how I am implmenting them. Stay tuned.