Courses

Storybook with Vue.js - Writing Storybook Stories - Decorate Stories

Decorators allow us to wrap our stories in additional code. We can use decorators to alter the appearance or state of our components. In this lesson, we'll learn how to use Storybook decorators on a story, file, and global level.