Decorators are a mechanism to wrap a component in arbitrary markup when
rendering a story. Components are often created with assumptions about
‘where’ they render. Your styles might expect a theme or layout wrapper,
or your UI might expect specific context or data providers.