586 Commits

Author SHA1 Message Date
4f2884077a feat: add rehype-highlight to support code block syntax highlighting 2024-06-01 02:32:14 +09:00
4c5e03598f feat: add alias for easily importing components in document 2024-06-01 02:20:09 +09:00
7ac2a62f3b refactor: change directory name from getting-started to docs 2024-06-01 02:03:23 +09:00
dfe8b83eed feat: add installation page in route 2024-06-01 02:02:12 +09:00
8562f8c886 feat: add content in installation 2024-06-01 02:01:59 +09:00
c9f0738b7c feat: add content to introduction 2024-06-01 01:57:15 +09:00
2763aba518 feat: add SideNav in DocsLayout 2024-06-01 01:56:46 +09:00
ce0b587777 feat: add sidenav in RouteObject 2024-06-01 01:56:31 +09:00
3feef38eeb refactor: replace Link in MainLayout to RouteObject map 2024-06-01 01:29:26 +09:00
5b414f999f feat: add @tailwindcss/typography as plugins 2024-06-01 01:12:48 +09:00
329839a375 fix: move @tailwindcss/typography to dev dependency 2024-06-01 01:12:12 +09:00
ca2ab0cead feat: add tailwind typography for mdx styling 2024-06-01 01:10:48 +09:00
4429f5233e fix: add node type 2024-06-01 00:46:19 +09:00
30abb02750 fix: remove storybook 2024-05-31 21:15:27 +09:00
79b465abe6 feat: compose layout & page elements 2024-05-31 21:11:48 +09:00
67492651ed feat: add single docs 2024-05-31 21:11:30 +09:00
7d950ff71e feat: add error pages 2024-05-31 21:11:20 +09:00
8a7baebdd5 feat: add home contents 2024-05-31 21:11:07 +09:00
8add098f1a feat: add docs layout 2024-05-31 21:10:51 +09:00
799901c87a refactor: rename sidenav to mainlayout 2024-05-31 21:10:37 +09:00
ee92029461 fix: remove storybook style & add basic styles 2024-05-31 21:10:00 +09:00
fb044c9bdb fix: change dark mode system 2024-05-31 21:09:32 +09:00
5d0ee14098 feat: add mdx 2024-05-31 21:08:54 +09:00
Shinwoo PARK
f12a46ef79
docs: update milestone 2024-05-30 02:21:21 +09:00
09f915bead feat: add disabled checked style in checkbox 2024-05-30 00:14:27 +09:00
347b475c99 feat: add Switch 2024-05-30 00:11:27 +09:00
d109879fd8 refactor: make checkbox checked style working with css instead of prop 2024-05-29 23:34:04 +09:00
8cff71542f fix: remove unused tailwind peer in checkbox input 2024-05-29 23:24:00 +09:00
05d648d0b7 feat: add hover effect in checkbox 2024-05-29 23:13:13 +09:00
9e4e53ee51 feat: add size in checkbox 2024-05-29 23:11:09 +09:00
01817388c2 fix: remove unnecessary layer in checkbox 2024-05-29 22:59:41 +09:00
b2d417c49c feat: add checkbox 2024-05-29 21:08:31 +09:00
bdb8e2488d fix: make direction one variant 2024-05-29 20:59:35 +09:00
776429b6a9 style: improve visibility of toast border 2024-05-29 20:55:32 +09:00
6c25ae1d7b style: make toast transition y 100% 2024-05-29 20:52:30 +09:00
f780ca1dd0 fix: use requestAnimationFrame instead of setTimeout to make sure toast is born 2024-05-29 20:52:14 +09:00
f4f931b0f4 fix: add timeout on born transition of toast to handle faster toast creation 2024-05-29 20:32:43 +09:00
3a710abe4c fix: fix tailwind intellisense sometimes not working in Colors 2024-05-29 19:36:59 +09:00
f740866366 feat: add Label 2024-05-28 22:37:03 +09:00
8098effc09 refactor: use extracted & compressed instead of safe & unsafe 2024-05-28 22:21:57 +09:00
7fc2a64d29 refactor: use separately extracted props 2024-05-28 22:20:43 +09:00
dcbad53d39 refactor: extract asChild in otherProps of Button 2024-05-28 22:15:39 +09:00
c7b4a306df docs: remove rules 2024-05-28 21:56:15 +09:00
b90d73663b refactor: remove log 2024-05-28 21:41:13 +09:00
6cc8a59dc7 refactor: remove log 2024-05-28 21:40:58 +09:00
69a3a3b060 fix: remove version usage in toast 2024-05-28 21:34:14 +09:00
b53581f750 feat: add status style preset in Button 2024-05-28 21:22:47 +09:00
c9d8b76fa2 feat: add status style button stories 2024-05-28 21:22:03 +09:00
4c2055cb83 docs: update milestone 2024-05-28 21:21:34 +09:00
eed6039500 fix: fix error style button in Input story 2024-05-28 21:21:21 +09:00