Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@secrecy/stitches-react

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secrecy/stitches-react

The modern CSS-in-JS library

  • 4.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21
increased by5%
Maintainers
2
Weekly downloads
 
Created
Source

@secrecy/stitches-react

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


# with npm
npm install @secrecy/stitches-react

# with yarn
yarn add @secrecy/stitches-react


open in codepen


<script type="module">

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

</script>


open in codepen


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

FAQs

Package last updated on 13 Apr 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc