Skip to content

Commit

Permalink
feat: theme generator
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Apr 20, 2022
1 parent 8ffe6b1 commit d610dbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"tdesign-icons-view": "^0.0.2",
"tdesign-publish-cli": "^0.0.9",
"tdesign-site-components": "^0.9.0",
"tdesign-theme-generator": "^0.1.0-alpha.4",
"ts-jest": "^27.1.2",
"ts-morph": "^13.0.02",
"ts-node": "^10.4.0",
Expand Down
1 change: 1 addition & 0 deletions site/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function Components() {
<td-doc-footer slot="doc-footer"></td-doc-footer>
</td-doc-content>
</td-doc-layout>
<tdesign-theme-generator />
</ConfigProvider>
);
}
Expand Down
2 changes: 2 additions & 0 deletions site/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import 'tdesign-site-components/lib/styles/prism-theme-dark.less';

import 'tdesign-icons-view';

import 'tdesign-theme-generator';

ReactDOM.render(
<React.StrictMode>
<App />
Expand Down

0 comments on commit d610dbd

Please sign in to comment.