1.0.57 • Published 2 years ago
szdt-admin-components v1.0.57
✨ Online preview
https://mkgrow.github.io/szdt-admin-components/#/
📦 Install
npm install szdt-admin-components
yarn add szdt-admin-components
🔨 Usage
import React from 'react';
import { IconFont, IconText, Skeleton, TooltipText } from 'szdt-admin-components';
const App = () => (
<>
<IconFont type="icon-define" size="16px" />
<IconText icon={TeamOutlined} text="测试" />
<Skeleton loading row={2} count={3} height={120}>
content
</Skeleton>
<div style={{ width: '40px' }}>
<TooltipText rowNumber={1} text="测试文本" />
</div>
</>
);
⌨️ Development
clone locally:
$ git clone git@github.com:mkgrow/szdt-admin-components.git
$ cd szdt-admin-components
$ npm install
$ npm start
Open your browser and visit http://localhost:8000
🤖 Command introduction
Name | Description | Remarks | |
---|---|---|---|
npm install | Install dependencies | - | |
npm start | Project begining | Document usage dumi, component development and documentation development together | |
npm test | Component test | - | |
npm run test:coverage | Code coverage review | - | |
npm run prettier | Code prettier | - | |
npm run build | Component packaging | Use father | |
npm run docs:build | Document packaging | - | |
npm run docs:deploy | Document release | The default is to use GitHub Pages | |
npm run deploy | Document package release | - |
🔗 Links
1.0.57
2 years ago
1.0.56
2 years ago
1.0.55
2 years ago
1.0.54
2 years ago
1.0.53
2 years ago
1.0.51
2 years ago
1.0.50
2 years ago
1.0.49
2 years ago
1.0.45
2 years ago
1.0.44
2 years ago
1.0.43
2 years ago
1.0.42
2 years ago
1.0.41
2 years ago
1.0.40
2 years ago
1.0.39
2 years ago
1.0.37
2 years ago
1.0.36
2 years ago
1.0.35
2 years ago
1.0.33
2 years ago
1.0.31
2 years ago
1.0.30
2 years ago
1.0.29
2 years ago
1.0.24
2 years ago
1.0.23
2 years ago
1.0.22
2 years ago
1.0.21
2 years ago
1.0.20
2 years ago
1.0.19
2 years ago
1.0.18
2 years ago
1.0.16
2 years ago
1.0.15
2 years ago
1.0.14
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.9
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.0
2 years ago