JSPM

@volue/stitches-react

1.4.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1134
  • Score
    100M100P100Q116350F
  • License MIT

The modern CSS-in-JS library

Package Exports

  • @volue/stitches-react
  • @volue/stitches-react/global
  • @volue/stitches-react/types/config
  • @volue/stitches-react/types/css
  • @volue/stitches-react/types/css-util
  • @volue/stitches-react/types/index
  • @volue/stitches-react/types/stitches
  • @volue/stitches-react/types/styled-component
  • @volue/stitches-react/types/theme
  • @volue/stitches-react/types/util

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.