Find Similar Packages for @stitches/react
@stitches/reactSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on @stitches/react's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of @stitches/react](https://npm-compare.com/img/npm-trend/THREE_YEARS/@stitches/react.png)](https://npm-compare.com/@stitches/react#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 Show GitHub stars trend chart on @stitches/react's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of @stitches/react](https://npm-compare.com/img/github-trend/@stitches/react.png)](https://npm-compare.com/@stitches/react)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
@stitches/react407,2517,813521 kB120-MIT
README for @stitches/react

@stitches/react

@stitches/react is a react implementation of stitches, a CSS-in-JS library with a best-in-class developer experience.


# with npm
npm install @stitches/react

# with yarn
yarn add @stitches/react


open in codepen


<script type="module">

import { styled } from 'https://cdn.skypack.dev/@stitches/react'

</script>


open in codepen


<script src="https://unpkg.com/@stitches/react/dist/index.global.js"></script>
<script>

const { styled } = stitches

</script>


Documentation

For full documentation, visit stitches.dev.

Contributing

Please follow our contributing guidelines.

Authors

License

Licensed under the MIT License, Copyright © 2021-present Modulz.

See LICENSE for more information.