mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 05:48:59 +08:00
19 lines
562 B
Plaintext
19 lines
562 B
Plaintext
import { Meta } from '@storybook/blocks';
|
|
|
|
<Meta title="Introduction" />
|
|
|
|
# AFFiNE UI Storybook
|
|
|
|
This is a UI component dev environment for AFFiNE UI.
|
|
It allows you to browse the AFFiNE UI components,
|
|
view the different states of each component,
|
|
and interactively develop and test components.
|
|
|
|
## Bug Reporting
|
|
|
|
If you find a bug, please file an issue on [GitHub](https://github.com/toeverything/AFFiNE/issues)
|
|
|
|
## Contributing
|
|
|
|
We welcome contributions from the community! [Get started here](https://github.com/toeverything/AFFiNE/blob/master/docs/BUILDING.md)
|