1.0.2 • Published 4 years ago

jd-react-ui v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

jd-react-ui

快速安装

yarn add jd-react-ui

建议配置

公共CSS

* {margin: 0;padding: 0; box-sizing: border-box;}
*::before {box-sizing: border-box;}
*::after {box-sizing: border-box;}
ul, ol {list-style: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
a { text-decoration: none; color: inherit; }