文件名称:twind-content:Twind的扩展,提供CSS内容属性指令
文件大小:27KB
文件格式:ZIP
更新时间:2024-03-25 22:07:56
tailwindcss tailwindcss-plugin twind twind-extension twind-plugin
@ twind /React 一种样式的API,灵感来自。 这是Alpha版本的发布。 期待龙... 安装 从npm安装: # Using npm npm install @twind/react # Using Yarn yarn add @twind/react 用法 请参阅以获取配置示例。 const Button = styled ( 'button' , { base : 'text-base' , variants : { size : { sm : `text-sm` , lg : `text-lg` , } , } , } ) < Button > Click Me < /Button> < Button size = "lg" > Click Me < / Button > 执照
【文件预览】:
twind-content-main
----.gitignore(929B)
----package.json(2KB)
----LICENSE(1KB)
----tsconfig.json(1KB)
----README.md(1KB)
----index.ts(3KB)
----test.tsx(1KB)
----.gitattributes(155B)
----.editorconfig(323B)
----yarn.lock(45KB)