tss react::sparkles:像JSS一样但用于TypeScript。 情感驱动:sparkles: 源码
:sparkles: 类似于JSS,但适用于TypeScript。 情感驱动 :sparkles: 'tss-react'旨在替代'react-jss' 。 它的API专注于提供最大的类型安全性和最小的详细程度。 这个模块不过是一个小扩展。 :check_mark_button: 像emotion一样快(比JSS) :check_mark_button: 像emotion/css一样轻巧。 :check_mark_button: 与无缝集成。 对于不喜欢在v5中用户来说非常。 $ yarn add tss-react # OR $ npm install --save tss-react 快速开始 ./MyComponent.tsx import { createUseClassNames } from "./useClassNames" ; const { useClassNames } = createUseClassNames < Props> ( )
用户评论