1.3.1-7 • Published 6 months ago

@sigmacomputing/stitches-react v1.3.1-7

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@sigmacomputing/stitches-react

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

# with npm
npm install @sigmacomputing/stitches-react

# with yarn
yarn add @sigmacomputing/stitches-react

<script type="module">

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

</script>

<script src="https://unpkg.com/@sigmacomputing/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.