@implydata/stitches-react
v1.4.0
Published
The modern CSS-in-JS library
Downloads
647
Maintainers
Readme
@implydata/stitches-react
@implydata/stitches-react is a react implementation of stitches, a CSS-in-JS library with a best-in-class developer experience.
# with npm
npm install @implydata/stitches-react
# with yarn
yarn add @implydata/stitches-react
<script type="module">
import { styled } from 'https://cdn.skypack.dev/@implydata/stitches-react'
</script>
<script src="https://unpkg.com/@implydata/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.