@matejlauko/stitches-react
TypeScript icon, indicating that this package has built-in type declarations

1.2.9 • Public • Published

@matejlauko/stitches-react

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


# with npm
npm install @matejlauko/stitches-react

# with yarn
yarn add @matejlauko/stitches-react


open in codepen


<script type="module">
  import { styled } from 'https://cdn.skypack.dev/@matejlauko/stitches-react'
</script>


open in codepen


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

Package Sidebar

Install

npm i @matejlauko/stitches-react

Weekly Downloads

0

Version

1.2.9

License

MIT

Unpacked Size

526 kB

Total Files

16

Last publish

Collaborators

  • matejlauko