mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
12 lines
423 B
Markdown
12 lines
423 B
Markdown
---
|
|
title: 'Stories'
|
|
---
|
|
|
|
Storybook is extremely customizable and offers various ways to write your stories.
|
|
|
|
Check the links below to learn more about it:
|
|
|
|
- [Component Story Format (CSF)](./csf.md), the recommended way for you to write your stories.
|
|
- [MDX](./mdx.md), to create not only stories but also your own custom documentation.
|
|
- [`ArgTypes`](./argtypes.md), to learn how you can extend your component's stories.
|