文件名称:emotion-jsxstyle:情感驱动的jsxstyle基元
文件大小:268KB
文件格式:ZIP
更新时间:2024-06-06 01:41:41
css emotion css-in-js jsxstyle JavaScript
情感jsxstyle
驱动的基元
npm i emotion react-emotion emotion-jsxstyle
用法
import React from 'react'
import { Block , Row } from 'emotion-jsxstyle'
const App = ( ) => (
< Row xss=removed>
< Block xss=removed xss=removed>
Hello
< / Block >
< Block xss=removed xss=removed>
Goodbye
< / Block >
< / Row >
)
组件基元
【文件预览】:
emotion-jsxstyle-master
----.gitignore(33B)
----.babelrc(81B)
----package.json(1016B)
----src()
--------jsxstyleFactory.js(1KB)
--------emotion-jsxstyle.js(519B)
----webpack.config.js(493B)
----LICENSE(1KB)
----README.md(1KB)
----.npmignore(5B)
----docs()
--------App.js(2KB)
--------index.html(492B)
--------entry.js(111B)
--------bundle.js(1015KB)
----yarn.lock(136KB)