Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ant-design/cssinjs-utils
https://github.com/ant-design/cssinjs-utils
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ant-design/cssinjs-utils
- Owner: ant-design
- License: mit
- Created: 2024-06-21T06:51:09.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-12T07:49:45.000Z (3 months ago)
- Last Synced: 2024-10-12T19:26:37.303Z (3 months ago)
- Language: TypeScript
- Size: 141 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# @ant-design/cssinjs-utils
A cssinjs util library to support Ant Design (antd) and its ecosystem libraries.## Install
``` bash
npm i @ant-design/cssinjs-utils --save
```## Usage
## Example
http://localhost:8000## Development
``` bash
npm install
npm start
```## API
## Test Case
```
npm test
npm run coverage
```
open coverage/ dir## License
cssinjs-util is released under the MIT license.