Package Exports
- @stitches/react
- @stitches/react/global
Readme
@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
<script type="module">
import { createStitches } from 'https://cdn.skypack.dev/@stitches/react'
const { css } = createStitches()
</script>
<script src="https://cdn.skypack.dev/@stitches/react/global"></script>
<script>
const { css } = stitches.createStitches()
</script>
Documentation
For full documentation, visit stitches.dev.
Contributing
Please follow our contributing guidelines.
Authors
- Pedro Duarte (@peduarte) - Modulz
- Jonathan Neal (@jon_neal) - Modulz
- Abdulhadi Alhallak (@hadi_hlk) - Modulz
License
Licensed under the MIT License, Copyright © 2021-present Modulz.
See LICENSE for more information.