Skip to content

Commit 20e8b05

Browse files
authored
docs: Storybook Introduction 문서 추가 (#193)
* docs: write Introduction. * cs * fix
1 parent a8eb183 commit 20e8b05

File tree

2 files changed

+53
-5
lines changed

2 files changed

+53
-5
lines changed

.changeset/popular-keys-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'docs': patch
3+
---
4+
5+
write Introduction

apps/docs/src/stories/Configure.mdx

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,51 @@
1-
import { Meta } from "@storybook/blocks";
1+
import { Meta } from '@storybook/blocks';
22

3-
<Meta title="Configure your project" />
3+
<Meta title='Introduction' />
44

5-
<h1>SOPT MAKERS Design System</h1>
5+
# makers design system (mds)
66

7-
<style>
8-
</style>
7+
### The Design System for SOPT makers
8+
9+
> makers design system(mds) is a design system created to support the goals of approximately 50 members across 5 teams
10+
11+
<br />
12+
<br />
13+
14+
## Links
15+
16+
[Github](https://github.com/sopt-makers/makers-design-system) / [npm](https://www.npmjs.com/search?q=%40sopt-makers)
17+
18+
## Packages(npm)
19+
20+
- [@sopt-makers/colors](https://www.npmjs.com/package/@sopt-makers/colors)
21+
- [@sopt-makers/icon](https://www.npmjs.com/package/@sopt-makers/icons)
22+
- [@sopt-makers/fonts](https://www.npmjs.com/package/@sopt-makers/fonts)
23+
- [@sopt-makers/ui](https://www.npmjs.com/package/@sopt-makers/ui)
24+
25+
## Components(ui)
26+
27+
- [Button](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-button--docs)
28+
- [Callout](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-button--docs)
29+
- Control
30+
- [Checkbox](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-control-checkbox--docs)
31+
- [Radio](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-control-radio--docs)
32+
- [Toggle](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-control-toggle--docs)
33+
- [Chip](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-chip--docs)
34+
- [Dialog](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-dialog--docs)
35+
- [FieldBox](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-fieldbox--docs)
36+
- Input
37+
- [SearchField](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-input-searchfield--docs)
38+
- [Select(V2)](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-input-selectv2-withtriggercontent--docs)
39+
- [TextArea](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-input-textarea--docs)
40+
- [TextField](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-input-textfield--docs)
41+
- [UserMention](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-input-usermention--docs)
42+
- [Skeleton](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-skeleton--docs)
43+
- [Tab](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-tab--docs)
44+
- [Tag](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-tag--docs)
45+
- [Toast](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/docs/components-toast--docs)
46+
47+
## Design Tokens and Icons
48+
49+
### [Colors](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/story/colors-colors--default) / [Fonts](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/story/fonts-fonts--default) / [Icons](https://main--6571c88390d085ed7efcce84.chromatic.com/?path=/story/icons-icons--default)
50+
51+
<style></style>

0 commit comments

Comments
 (0)