A new way to style components
License npm package npm downloads CircleCI codecov Code style Dependencies DevDependencies Small size
npm install @xstyled/styled-components styled-components
See the documentation at smooth-code.com/open-source/xstyled for more information about using xstyled!
Quicklinks to some of the most-visited pages:
import styled from '@xstyled/styled-components' const Box = styled.div` background-color: primary; /* βΆ theme.colors.primary */ margin: 2; /* βΆ theme.space.2 */ ` export default Box
Licensed under the MIT License, Copyright Β© 2019-present Smooth Code.
See LICENSE for more information.