story-tab alternatives and similar libraries
Based on the "Miscellaneous" category.
Alternatively, view story-tab alternatives based on common mentions on social networks and blogs.
-
react-heatpack
DISCONTINUED. A 'heatpack' command for quick React development with webpack hot reloading. -
BundleMon
A free open-source tool that helps you to monitor your bundle size on every commit and alerts you on changes. -
SimpleLocalize
SimpleLocalize CLI is a developer-friendly command-line tool for uploading and downloading translation files -
react-demo-tab-cli
DISCONTINUED. โก Create React components demos in a zap [Moved to: https://github.com/mkosir/demozap]
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of story-tab or a related project?
README
React DemoTab CLI ๐
Easily create demos of React components
[](demo.gif)
Maintaining example code and demo separately makes it painful, it's easy to get them out of sync ๐
Code can't lie, documentation can ๐ฅ
DemoTab CLI keeps your code up to date with demo ๐ช
Install
npm install -D react-demo-tab react-demo-tab-cli
Demo
Usage (3 steps)
To use CLI in your project:
- default export react components that you wish to create demos of
- name component file as
[filename].demotab.jsx
- run
$ npx react-demo-tab-cli generate
Use created demos ๐
Generated Demos
- By default generated demo files will be prefixed with
_
for example:
MyComponent.demotab.jsx
&MyComponent.demotab.css
->_MyComponent.jsx
- You can set custom prefix with
--prefix
flag:
$ demotab generate --prefix=CustomPrefix
Built with DemoTab
Manually create demos
If you wish to manually create demos instead via CLI, see React DemoTab.
License
[MIT](LICENSE)
*Note that all licence references and agreements mentioned in the story-tab README section above
are relevant to that project's source code only.