styled-components-mixins:将流行的框架与样式化组件一起使用

时间:2024-06-05 16:05:18
【文件属性】:

文件名称:styled-components-mixins:将流行的框架与样式化组件一起使用

文件大小:113KB

文件格式:ZIP

更新时间:2024-06-05 16:05:18

react css styled-components JavaScript

这个项目是*-mixins的一部分,目的是为被React感染的人们提供更好的CSS体验。 安装 用 // import classes you need from the library you need. import { class1 , class2 } from 'styled-components-mixins/{LIBRARY}' ; // use them as mixins const Component = styled . div ` ${ class1 } z-index: 1; ` ; 包括: 如果您需要更多-提出问题,请打开PR,或使用webpack的 。 演示版 理论 原子(或功能)css是一种非常好的方法,但是只要它解决了许多问题,它还会引入一个新的方法。 您可以创建一个Button,并且可以描述它的外观。 < button


【文件预览】:
styled-components-mixins-master
----beard()
--------index.js(46B)
----bootstrap()
--------index.js(51B)
----turretcss()
--------index.js(50B)
----basscss()
--------index.js(48B)
----yarn.lock(3KB)
----materialize()
--------index.js(53B)
----tachyons()
--------index.js(49B)
----src()
--------beard()
--------bootstrap()
--------turretcss()
--------basscss()
--------materialize()
--------tachyons()
--------bootstrap-grid()
----.npmignore(8B)
----_tests()
--------index.js(152B)
----LICENSE(1KB)
----README.md(3KB)
----bootstrap-grid()
--------index.js(55B)
----.gitignore(29B)
----bin()
--------build.js(928B)
----package.json(1006B)

网友评论