@-ui/styles 中文文档教程

发布于 5年前 浏览 39 项目主页 更新于 3年前


@-ui/styles

捆绑恐惧症 Types 代码覆盖率 构建状态 NPM 版本 麻省理工学院许可证

npm i @-ui/styles

Quick Start

```jsx和谐 // 反应示例 从“反应”导入反应 从 '@-ui/styles' 导入样式

styles.variables({ 颜色: { 红色:'#c12', 蓝色:'#09a', 紫色:'#800080', }, })

常量样式 = 样式({ 红色:<代码> 颜色:var(--colors-red); , 蓝色:({颜色})=> ` 颜色:${colors.blue};

.${style('red')} {
  color: ${colors.purple};
}

`, })

常量组件 = (props) => (

Hello world Hello world I'm always blue I'm purple when my parent is blue

) ```

API

快来了。 在那之前 在 CodeSandbox 上玩这个 React 示例

LICENSE

MIT


@-ui/styles

Bundlephobia Types Code coverage Build status NPM Version MIT License

npm i @-ui/styles

Quick Start

```jsx harmony // React example import React from 'react' import styles from '@-ui/styles'

styles.variables({ colors: { red: '#c12', blue: '#09a', purple: '#800080', }, })

const style = styles({ red: color: var(--colors-red); , blue: ({colors}) => ` color: ${colors.blue};

.${style('red')} {
  color: ${colors.purple};
}

`, })

const Component = (props) => (

Hello world Hello world I'm always blue I'm purple when my parent is blue

) ```

API

Coming soon. Until then play with this React example on CodeSandbox

LICENSE

MIT

更多

友情链接

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文