Cssinjs
@ant-design/cssinjs
Component level cssinjs resolution for antd
Utilities
react
cssinjs
antd
ant-design
@ant-design/cssinjs
Utilities
javascript
npm
frontend
open source
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install @ant-design/cssinjsCode example
import { useCssinjs } from "@ant-design/cssinjs";
export function Example() {
const value = useCssinjs();
return <p>{String(value)}</p>;
}Pros & cons
Pros
- Actively maintained by afc163
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub