文件名称:neat-components:Thoughtbot的Neat的样式化组件实现
文件大小:266KB
文件格式:ZIP
更新时间:2024-06-13 13:33:20
react css grid styled-components neat
整洁的组件 Thoughtbot的Neat 2.0的样式化组件实现。 在此处查看故事书示例: : 用法 import React , { Component } from 'react' import styled , { ThemeProvider } from 'styled-components' import Neat , { gridContainer , gridColumn , gridShift } from 'neat-components' let constants = ( ) => { return ` background-color: blue; height: 50px; margin-top: 1em; ` } let Container = styled . div ` ${ gridContainer ( )
【文件预览】:
neat-components-develop
----.flowconfig(28B)
----rollup.config.js(1KB)
----stories()
--------index.js(3KB)
----.prettierignore(13B)
----src()
--------test.js(577B)
--------Theme()
--------Hooks()
--------Functions()
--------Mixins()
--------index.js(370B)
----.babelrc(863B)
----.storybook()
--------webpack.config.js(226B)
--------config.js(146B)
--------addons.js(47B)
----.travis.yml(63B)
----LICENSE(1KB)
----README.md(7KB)
----.gitignore(46B)
----package-lock.json(1.15MB)
----package.json(4KB)