@tdesign/site-components 0.17.1 → 0.18.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/lib/font/tencent-w7.ttf +0 -0
- package/lib/images/add.svg +0 -0
- package/lib/images/backtop.svg +0 -0
- package/lib/images/bulletpoint.svg +0 -0
- package/lib/images/check.svg +0 -0
- package/lib/images/chevron-right.svg +0 -0
- package/lib/images/close.svg +0 -0
- package/lib/images/cloud-logo.svg +0 -0
- package/lib/images/code.svg +0 -0
- package/lib/images/codesign-logo.svg +0 -0
- package/lib/images/copy.svg +0 -0
- package/lib/images/fake-arrow.svg +0 -0
- package/lib/images/git.svg +0 -0
- package/lib/images/info.svg +0 -0
- package/lib/images/link.svg +0 -0
- package/lib/images/logo.svg +0 -0
- package/lib/images/menu-application.svg +0 -0
- package/lib/images/menu-fold.svg +0 -0
- package/lib/images/menu-unfold.svg +0 -0
- package/lib/images/mobile.svg +0 -0
- package/lib/images/moon.svg +0 -0
- package/lib/images/more.svg +0 -0
- package/lib/images/prowork-logo.svg +0 -0
- package/lib/images/qrcode.svg +0 -0
- package/lib/images/search.svg +0 -0
- package/lib/images/sun.svg +0 -0
- package/lib/images/tdesign-logo.svg +0 -0
- package/lib/images/tencentcloud-logo.svg +0 -0
- package/lib/images/tuxiaocao-logo.svg +0 -0
- package/lib/images/tvision-logo.svg +0 -0
- package/lib/images/wenjuan-logo.svg +0 -0
- package/lib/site.es.js +14257 -10032
- package/lib/site.umd.js +389 -293
- package/lib/style.css +1 -0
- package/lib/styles/prism-theme-dark.less +0 -0
- package/lib/styles/prism-theme.less +0 -0
- package/package.json +10 -12
- package/LICENSE +0 -9
- package/lib/site-components.css +0 -1
package/README.md
CHANGED
|
@@ -19,9 +19,9 @@ npm build
|
|
|
19
19
|
### 📦 Usage
|
|
20
20
|
|
|
21
21
|
```javascript
|
|
22
|
-
// import
|
|
23
|
-
import "
|
|
24
|
-
import "
|
|
22
|
+
// import tdesign-site-components es module and style
|
|
23
|
+
import "tdesign-site-components";
|
|
24
|
+
import "tdesign-site-components/lib/styles/style.css";
|
|
25
25
|
|
|
26
26
|
// splice webcomponents into pages
|
|
27
27
|
<td-doc-layout>
|
package/lib/font/tencent-w7.ttf
CHANGED
|
File without changes
|
package/lib/images/add.svg
CHANGED
|
File without changes
|
package/lib/images/backtop.svg
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/images/check.svg
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/images/close.svg
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/images/code.svg
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/images/copy.svg
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/images/git.svg
CHANGED
|
File without changes
|
package/lib/images/info.svg
CHANGED
|
File without changes
|
package/lib/images/link.svg
CHANGED
|
File without changes
|
package/lib/images/logo.svg
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/images/menu-fold.svg
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/images/mobile.svg
CHANGED
|
File without changes
|
package/lib/images/moon.svg
CHANGED
|
File without changes
|
package/lib/images/more.svg
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/images/qrcode.svg
CHANGED
|
File without changes
|
package/lib/images/search.svg
CHANGED
|
File without changes
|
package/lib/images/sun.svg
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|