@ricokahler/sanity-ui-test
TypeScript icon, indicating that this package has built-in type declarations

0.36.8 • Public • Published

@sanity/ui

The Sanity UI components.

npm install @sanity/ui

# Install peer dependencies
npm install react react-dom styled-components

npm version

Usage

import {Button, studioTheme, ThemeProvider} from '@sanity/ui'
import React from 'react'
import ReactDOM from 'react-dom'

ReactDOM.render(
  <ThemeProvider theme={studioTheme}>
    <Button text="Hello, world" />
  </ThemeProvider>,
  document.getElementById('root')
)

License

MIT-licensed. See LICENSE.

Readme

Keywords

Package Sidebar

Install

npm i @ricokahler/sanity-ui-test

Weekly Downloads

0

Version

0.36.8

License

MIT

Unpacked Size

2.24 MB

Total Files

308

Last publish

Collaborators

  • ricokahler