Skip to content

Latest commit

 

History

History
275 lines (187 loc) · 14.8 KB

writing-addons.mdx

File metadata and controls

275 lines (187 loc) · 14.8 KB
title sidebar
Write an addon
order title
2
Write

Storybook addons are a powerful way to extend Storybook's functionality and customize the development experience. They can be used to add new features, customize the UI, or integrate with third-party tools.

What are we going to build?

This reference guide is to help you develop a mental model for how Storybook addons work by building a simple addon based on the popular Outline addon. Throughout this guide, you'll learn how addons are structured, Storybook's APIs, how to test your addon locally, and how to publish it.