文件名称:styled-funcs:一组用于处理样式化组件的实用程序功能
文件大小:124KB
文件格式:ZIP
更新时间:2024-05-21 09:26:29
styled-components functions helpers JavaScript
样式功能 一组用于处理样式化组件的实用程序功能 目录 关于 解释软件包试图解决的问题。 特征 命名关键功能,例如大小,性能,与同类解决方案的区别等。 用法 import React from "react" ; import ReactDOM from "react-dom" ; import styled , { ThemeProvider } from 'styled-components' import { by , is , map , isMap , byTheme , withProp } from 'styled-funcs' const theme = { colors : { primary : 'tomato' , black : '#333' , white : '#fff' } } const Container = styled
【文件预览】:
styled-funcs-master
----yarn.lock(313KB)
----example.js(1KB)
----src()
--------__tests__()
--------index.js(1KB)
----babel.config.js(148B)
----license(1KB)
----README.md(3KB)
----dist()
--------index.js.map(3KB)
--------index.js(1KB)
----renovate.json(41B)
----.gitignore(29B)
----package.json(774B)