* Create a storybook with callout component * Add to dist/storybook * Remove references to dist dir, storybook takes place * Update Callout.stories.tsx * Update Dockerfile * Update Dockerfile
13 lines
634 B
Plaintext
13 lines
634 B
Plaintext
import { Meta } from '@storybook/addon-docs';
|
|
|
|
<Meta title="Example/Introduction" />
|
|
|
|
# Welcome to Storybook
|
|
|
|
Storybook helps you build UI components in isolation from your app's business logic, data, and context.
|
|
That makes it easy to develop hard-to-reach states. Save these UI states as **stories** to revisit during development, testing, or QA.
|
|
|
|
Browse example stories now by navigating to them in the sidebar.
|
|
View their code in the `src/stories` directory to learn how they work.
|
|
We recommend building UIs with a [**component-driven**](https://componentdriven.org) process starting with atomic components and ending with pages.
|