UNPKG
add-component
Version:
latest (2.5.0)
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
Create React Component CLI
github.com/hanford/add-component
hanford/add-component
add-component
/
templates
/
styled-components.js
6 lines
(4 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
import
styled, { css }
from
'styled-components'
export
const
Template
= styled.
div
` color: red; `