A utility-first CSS-in-JS framework built for React (styled-components bindings).
npm install @xstyled/styled-components
A utility-first CSS-in-JS framework built for React.





!Code style



``bash`
npm install @xstyled/styled-components styled-components
See the documentation at xstyled.dev for more information about using xstyled!
Quicklinks to some of the most-visited pages:
- Getting started
- Motivation
- System
`js
import { x } from '@xstyled/styled-components'
function Example() {
return (
fontWeight="medium"
color="black"
>
xstyled
)
}
``
Licensed under the MIT License, Copyright © 2019-present Greg Bergé.
See LICENSE for more information.