Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@sanity/ui

Package Overview
Dependencies
Maintainers
94
Versions
661
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/ui

The Sanity UI components.

Source
npmnpm
Version
4.0.0-static.28
Version published
Weekly downloads
330K
-27.91%
Maintainers
94
Weekly downloads
 
Created
Source

@sanity/ui

The Sanity UI components.

npm install @sanity/ui

# Install peer dependencies
npm install react react-dom react-is

npm version

Usage

import '@sanity/ui/css/index.css'

import {Button, Root} from '@sanity/ui'
import {createRoot} from 'react-dom/client'

createRoot(document).render(
  <Root lang="en">
    <Button text="Hello, world" />
  </Root>,
)

License

MIT-licensed. See LICENSE.

Keywords

react

FAQs

Package last updated on 19 Sep 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