An open API service indexing awesome lists of open source software.

https://github.com/styled-components/xstyled

A utility-first CSS-in-JS framework built for React. πŸ’…πŸ‘©β€πŸŽ€βš‘οΈ
https://github.com/styled-components/xstyled

css css-in-js emotion react styled-components styled-system tailwindcss

Last synced: 24 days ago
JSON representation

A utility-first CSS-in-JS framework built for React. πŸ’…πŸ‘©β€πŸŽ€βš‘οΈ

Awesome Lists containing this project

README

          


xstyled


A utility-first CSS-in-JS framework built for React.

[![License](https://img.shields.io/npm/l/@xstyled/styled-components.svg)](https://github.com/styled-components/xstyled/blob/master/LICENSE)
[![npm package](https://img.shields.io/npm/v/@xstyled/styled-components/latest.svg)](https://www.npmjs.com/package/@xstyled/styled-components)
[![npm downloads](https://img.shields.io/npm/dm/@xstyled/styled-components.svg)](https://www.npmjs.com/package/@xstyled/styled-components)
![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)

```bash
npm install @xstyled/styled-components styled-components
```

## [Docs](https://xstyled.dev)

**See the documentation at [xstyled.dev](https://xstyled.dev)** for more information about using xstyled!

Quicklinks to some of the most-visited pages:

- [**Getting started**](https://xstyled.dev/docs/installation/)
- [Motivation](https://xstyled.dev/docs/introduction/#story)

## Example

```js
import { x } from '@xstyled/styled-components'

function Example() {
return (






xstyled

A CSS-in-JS framework built for React.


)
}
```

## License

Licensed under the MIT License, Copyright Β© 2019-present Greg BergΓ©.

See [LICENSE](./LICENSE) for more information.