npm.io
1.2.8 • Published 4 years ago

@stitches/react

Licence
MIT
Version
1.2.8
Deps
0
Size
509 kB
Vulns
0
Weekly
0
Stars
7.8K

@stitches/react

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


# with npm
npm install @stitches/react

# with yarn
yarn add @stitches/react


open in codepen


<script type="module">

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

</script>


open in codepen


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

See LICENSE for more information.

Keywords