Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@voiceflow/stitches-react

Package Overview
Dependencies
Maintainers
27
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@voiceflow/stitches-react

The modern CSS-in-JS library

unpublished
Source
npmnpm
Version
2.3.3
Version published
Weekly downloads
17
-41.38%
Maintainers
27
Weekly downloads
 
Created
Source

@voiceflow/stitches-react

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


# with npm
npm install @voiceflow/stitches-react

# with yarn
yarn add @voiceflow/stitches-react


open in codepen


<script type="module">

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

</script>


open in codepen


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

Keywords

component

FAQs

Package last updated on 24 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts