Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@volue/stitches-react

stitchesjs4kMIT1.4.1TypeScript support: included

The modern CSS-in-JS library

component, components, create, css, css-in-js, global, globals, javascript, js, nesting, object, object-oriented, oo, oocss, oriented, scope, scoped, style, styled, styles, stylesheet, stylesheets, theme, themes, theming, token, tokens, type, typed, types, transform, ts, variable, variables, jsx, next, nextjs, preact, react, tsx

readme

@volue/stitches-react

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


# with npm
npm install @volue/stitches-react

# with yarn
yarn add @volue/stitches-react


open in codepen


<script type="module">

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

</script>


open in codepen


<script src="https://unpkg.com/@volue/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 © 2022-present WorkOS.

See LICENSE for more information.