🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@anansi/storybook

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anansi/storybook

Storybook framework for Anansi

latest
npmnpm
Version
3.2.57
Version published
Maintainers
1
Created
Source

Storybook for Anansi

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 Screenshot

Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.

Getting Started

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'
  },
};

Typescript

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.

Keywords

storybook

FAQs

Package last updated on 28 Oct 2025

Did you know?

Socket

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.

Install

Related posts