@dapetrov/xstyled-styled-components
v1.7.1
Published
Xstyled bindings for styled-components.
Downloads
1
Maintainers
Readme
npm install @xstyled/styled-components styled-components
Docs
See the documentation at smooth-code.com/open-source/xstyled for more information about using xstyled!
Quicklinks to some of the most-visited pages:
Example
import styled from '@xstyled/styled-components'
const Box = styled.div`
background-color: primary; /* ⟶ theme.colors.primary */
margin: 2; /* ⟶ theme.space.2 */
`
export default Box
License
Licensed under the MIT License, Copyright © 2019-present Smooth Code.
See LICENSE for more information.