110 Commits

Author SHA1 Message Date
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
d3555fc42d docs(react): update installation instructions
Installation documentation is updated to reflect the new changes. The CLI has been introduced to automatically install components and shared core utility. The procedure of manual installation and configuration is also detailed. The new CLI can list, add, and configure components providing an easier setup process.
2024-06-07 01:28:27 +09:00
fdb4d0d70f feat: add Popover docs 2024-06-05 21:31:50 +09:00
9c996f564a fix: reformat table 2024-06-04 23:14:50 +09:00
b69f886e9e fix: reformat table 2024-06-04 23:11:32 +09:00
c2a1f583a9 fix: remove unused imports 2024-06-04 23:11:03 +09:00
f99d32025f fix: use const instead of let 2024-06-04 23:01:28 +09:00
f7ce1e8a1f fix: add void to explicitly ignore promise 2024-06-04 22:58:16 +09:00
08ff0ee8e2 fix: use falsy check instead of typeof 2024-06-04 22:57:47 +09:00
f6f957866a feat: apply Code into pre 2024-06-04 22:41:49 +09:00
3d546e6675 feat: add Code 2024-06-04 22:41:23 +09:00
6d1732d049 feat: add SyntaxHighlighter instead of deprecated Highlight 2024-06-04 22:40:11 +09:00
b17b5ad0f9 refactor: remove highlightjs style 2024-06-04 22:36:05 +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
0e5fd863b0 feat: apply react-highlight in LoadedCode 2024-06-03 23:12:26 +09:00
5201dbeda9 feat: make automatic docs routing 2024-06-03 22:56:47 +09:00
146b43cffb feat: add vite-env 2024-06-03 22:56:31 +09:00
55c9959384 docs: fix Tab docs 2024-06-03 22:09:16 +09:00
84a6536383 fix: make Story margin y 2024-06-03 22:08:28 +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
e3086340c1 feat: add id prop in story 2024-06-03 19:54:41 +09:00
8c1aa0607c feat: add usage & props in tab 2024-06-03 19:42:35 +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
94ca2a93fb feat: add Drawer documentation 2024-06-03 16:04:45 +09:00
46fda16de8 fix: make button absolute for layout update 2024-06-03 15:30:35 +09:00
0bf419a5f7 feat: add Roadmap in introduction 2024-06-03 15:02:40 +09:00
8760c91c0c fix: add top margin of toaster for topnav in mobile 2024-06-03 14:48:56 +09:00
142adc0852 fix: lower z-index of top navigation for toast 2024-06-03 14:36:00 +09:00
c63bdbed90 fix: add specific language in LoadedCode pre 2024-06-03 14:27:00 +09:00
b2af7a97b2 fix: add error message when LoadedCode copy is not successful 2024-06-03 14:22:00 +09:00
e4ff38a653 fix: add wrapper outside of LoadedCode to safely add clipboard button 2024-06-03 14:20:54 +09:00
59d6e9aaa0 fix: add className prop in LoadedCode to accept hidden class of TabContent 2024-06-03 14:08:10 +09:00
dc2c02a41b fix: set default state of toc to false 2024-06-03 13:59:51 +09:00
24859da9ff feat: add toc highlight 2024-06-02 10:23:50 +09:00
aff9b4f90a feat: make mobile drawer scrollable 2024-06-02 09:34:00 +09:00
0daee68832 feat: make navigations sticky & scrollable 2024-06-02 09:31:36 +09:00
99d4e02308 fix: fix code URL 2024-06-02 09:13:59 +09:00
bdc4ce707c feat: use separated file for examples 2024-06-02 09:10:28 +09:00
2ea648da48 fix: fix code URL 2024-06-02 09:10:17 +09:00
59505faeb6 feat: use separated file for examples 2024-06-02 09:02:53 +09:00
f957a4b8f2 fix: add ignoreUnescapedHTML 2024-06-02 08:57:29 +09:00
8a39615ca9 fix: make highlight work in LoadedCode 2024-06-02 08:49:41 +09:00
2d051be06b fix: remove escapeHtml 2024-06-02 08:44:13 +09:00
425f1325c9 feat: use separated file for examples 2024-06-02 08:40:43 +09:00