πŸ“–Atomico and Storybook

Status

@Atomico/storybook

@atomico/storybook

decorador

Easily render webcomponents created with Atomico inside storytbook stories.

.storybook/preview.js

import { decorator } from "@atomico/storybook";

export const decorators = [decorator()];

define

It facilitates the creation of stories, analyzing the components created with Atomico to automatically define the argTypes and args.

define also improves the declaration of stories by improving the autocompletion of these.

@atomico/vite

@atomico/vite has exclusive storybook utilities, with these it seeks to facilitate the use of Atomico's JSX /TSX and live reload.

Config storybook 7

Frequent questions

Last updated

Was this helpful?