0.1.7 • Published 7 years ago
uxcore-title v0.1.7
uxcore-title
React title
Development
git clone https://github.com/uxcore/uxcore-title
cd uxcore-title
npm install
npm run serverif you'd like to save your install time,you can use uxcore-tools globally.
npm install uxcore-tools -g
git clone https://github.com/uxcore/uxcore-title
cd uxcore-title
npm install
npm run dep
npm run startTest Case
npm run testCoverage
npm run coverageDemo
http://uxcore.github.io/components/title
Contribute
Yes please! See the CONTRIBUTING for details.
API
Props
| Name | Type | Required | Default | Comments |
|---|---|---|---|---|
| className | string | no | 额外顶级类名 | |
| prefixCls | string | no | kuma-title | 类名前缀,不想使用 kuma 主题时使用 |
| type | string | no | primary | 类型,枚举值 primary, secondary, thirdary |