28 Commits

Author SHA1 Message Date
c27e7bd2c5 feat(react): add configuration documentation
A new configuration documentation file has been added to the react package. This document includes information about the library file, CLI, and the configuration structure. It also contains code examples for enhancing user understanding.
2024-06-11 18:52:02 +09:00
7d2aa1d7f0 feat(react): add 404 redirection and update build script
Added a 404.html file that contains a redirection script in the 'react' package. Also updated the build script in package.json to copy the 404.html into the dist folder when building.
2024-06-08 09:11:38 +09:00
f99d32025f fix: use const instead of let 2024-06-04 23:01:28 +09:00
f6f957866a feat: apply Code into pre 2024-06-04 22:41:49 +09:00
9f7f7a3a8f fix: simpler route build 2024-06-04 11:46:26 +09:00
10c17bb51e fix: fix route 2024-06-04 11:43:20 +09:00
5201dbeda9 feat: make automatic docs routing 2024-06-03 22:56:47 +09:00
86bf518f2f docs: add input docs 2024-06-03 22:05:31 +09:00
d85dcb4d85 docs: add Switch docs 2024-06-03 21:44:56 +09:00
b55a0ea01c docs: add Tooltip docs 2024-06-03 21:36:01 +09:00
2ce9023084 docs: add Label docs 2024-06-03 21:18:15 +09:00
1fc23f9fb4 feat: add toast documentation 2024-06-03 20:50:27 +09:00
5f1ffd6646 docs: add Tabs docs 2024-06-03 19:32:55 +09:00
8f1caa7775 feat: add Drawer page to router 2024-06-03 16:04:56 +09:00
24859da9ff feat: add toc highlight 2024-06-02 10:23:50 +09:00
af147ab0f3 fix: add forwardRef in overrideComponents 2024-06-02 08:35:03 +09:00
45fce41440 feat: add dialog documentation 2024-06-02 07:54:34 +09:00
74b7ed291b feat: use DynamicLayout & import tocs 2024-06-02 06:59:19 +09:00
d48a31c170 feat: add Checkbox docs in route 2024-06-02 03:24:24 +09:00
a905ca1aaf fix: make table safely overflow 2024-06-02 02:07:07 +09:00
04b819619b fix: remove backticks display in code 2024-06-02 01:59:54 +09:00
021729096d feat: add style to code 2024-06-02 00:05:57 +09:00
4917908695 feat: add Button documentation 2024-06-01 08:04:55 +09:00
9580007a10 feat: add redirect on index page of components 2024-06-01 02:59:25 +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
79b465abe6 feat: compose layout & page elements 2024-05-31 21:11:48 +09:00
28f84778bf feat: add base docs template 2024-05-19 09:41:59 +09:00