Storybook addon — Semantic Navigator A11y tree panel for every story

View on GithubNew to Storybook?Get started

@real-a11y-dev/storybook-addon

A Storybook 8 panel that shows the semantic tree, heading outline, and tab sequence for every story — updated live while the panel is open (extraction stays idle when another addon tab is active).

npm install -D @real-a11y-dev/storybook-addon

Setup

// .storybook/main.ts
export default {
  addons: ["@storybook/addon-essentials", "@real-a11y-dev/storybook-addon"],
};

That's it. A Semantic Navigator tab appears alongside Controls and A11y for every story.

Docs

Panel walkthrough, story parameters, channel events, and the Storybook + React 19 recipe at real-a11y.dev/packages/storybook-addon.

License

MIT