Socket
Socket
Sign inDemoInstall

@stitches/react

Package Overview
Dependencies
3
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @stitches/react

The modern CSS-in-JS library


Version published
Weekly downloads
323K
increased by5.73%
Maintainers
3
Install size
510 kB
Created
Weekly downloads
 

Readme

Source

@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

FAQs

Last updated on 25 Apr 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc