This commit is contained in:
Fabien 2022-05-12 11:05:25 +02:00 committed by GitHub
parent 0760fd62f4
commit 99bcee9b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ Storybook helps you build UI components in isolation from your app's business lo
That makes it easy to develop hard-to-reach states. Save these UI states as **stories** to revisit during development, testing, or QA. 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. Browse example stories now by navigating to them in the sidebar.
View their code in the `src/stories` directory to learn how they work. View their code in the `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. We recommend building UIs with a [**component-driven**](https://componentdriven.org) process starting with atomic components and ending with pages.
<div className="subheading">Configure</div> <div className="subheading">Configure</div>