
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
@anansi/storybook
Advanced tools
Storybook for Anansi is a UI development environment for the Anansi framework. With it, storybook will automatically work with all components you build, even when customizing and extending your Anansi integration.

Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
If you already have an existing Anansi project
cd my-app
anansi add storybook
For new projects
npm install -g @anansi/cli
Then generate your new project:
anansi hatch my-app-name
If you just used the @anansi/webpack-config without the rest of the framework:
npm install --dev storybook @storybook/react @anansi/storybook
Then set @anansi/storybook as the framework .storybook/main.js:
module.exports = {
framework: {
name: '@anansi/storybook'
},
};
npx sb init will select .ts starter stories if your package.json has typescript as a dependency. If starting a new project,
run npm init and npm install typescript --save-dev before initializing storybook to get the typescript starter stories.
Storybook also comes with a lot of addons and a great API to customize as you wish. You can also build a static version of your Storybook and deploy it anywhere you want.
FAQs
Storybook framework for Anansi
We found that @anansi/storybook demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.