Storybook. Decorators and Context in examples

Artem Diashkin
LITSLINK
Published in
5 min readJun 24, 2021

--

A decorator is a way to wrap a story in extra “rendering” functionality. Many addons define decorators to augment your stories with extra rendering or gather details about how your story is rendered.

When writing stories, decorators are typically used to wrap stories with extra markup or context mocking.

What will be covered in this article:

--

--