mirror of https://github.com/astrit/css.gg.git
|
|
||
|---|---|---|
| .. | ||
| example | ||
| scripts | ||
| template | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| LICENSE | ||
| README.md | ||
| jest.config.js | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| tslint.json | ||
README.md
styled-cssgg
styled components for css.gg
pre
npm install styled-cssgg --save
usage
import React from 'react'
import { Abstract } from 'styled-cssgg'
export default function() {
return (
<div>
<Abstract />
</div>
)
}