mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 18:09:09 +00:00
chore: restructure project into yarn workspaces, remove next
This commit is contained in:
parent
49e308507e
commit
8d06327c03
266 changed files with 16466 additions and 3350 deletions
24
packages/design-system/Intro.stories.mdx
Normal file
24
packages/design-system/Intro.stories.mdx
Normal file
|
@ -0,0 +1,24 @@
|
|||
import { Meta } from '@storybook/addon-docs/blocks';
|
||||
import { Logotype } from '@roleypoly/design-system/atoms/branding';
|
||||
import { Space } from '@roleypoly/design-system/atoms/space';
|
||||
import { palette } from '@roleypoly/design-system/atoms/colors';
|
||||
|
||||
<Meta title="Roleypoly Design System" />
|
||||
|
||||
<Logotype height="4em" circleFill={palette.taupe100} circleOuterFill={palette.taupe300} />
|
||||
<Space />
|
||||
|
||||
# Rapid UI
|
||||
|
||||
#### Roleypoly Design System
|
||||
|
||||
This is a tool for Roleypoly developers to design and show off UI
|
||||
components as they build them.
|
||||
|
||||
If you're interested in helping build Roleypoly, [please visit the GitHub project.][roleypoly]
|
||||
|
||||
All components here follow the [Atomic Design System][atomic], and might be used in any number of Roleypoly UI systems, not limited to
|
||||
just the end user web application.
|
||||
|
||||
[roleypoly]: https://github.com/roleypoly/roleypoly
|
||||
[atomic]: https://bradfrost.com/blog/post/atomic-web-design/
|
Loading…
Add table
Add a link
Reference in a new issue