tachyons components
1.0.0
API와 같은 스타일의 구성 요소로 타키온으로 구동되는 UI 구성 요소를 반응합니다.
npm install tachyons-components import styled from 'tachyons-components'
const Button = styled ( 'button' ) `
f6 f5-ns fw6 dib ba
b--black-20 bg-blue white
ph3 ph4-ns pv2 pv3-ns br2
grow no-underline
` < Button mr2 >
Hello
</ Button > const Heading = styled ( 'h2' ) `
m0
${ props => props . big ? 'f1' : 'f2' }
`MIT 라이센스