@redshift-ui/react
TypeScript icon, indicating that this package has built-in type declarations

2.3.1 • Public • Published

Redshift UI React

Usage

To start using the components, please follow these steps:

  • 1 Wrap your application with the RedshiftProvider provided by @redshift-ui/react.
import { RedshiftProvider } from "@redshift-ui/react"

// Do this at the root of your application
function App({ children }) {
  return <RedshiftProvider>{children}</RedshiftProvider>
}
  • 2 Now you can start using components like so!:
import { Button } from "@redshift-ui/react"

function Example() {
  return <Button>I just consumed some ⚡️Redshift!</Button>
}

Readme

Keywords

none

Package Sidebar

Install

npm i @redshift-ui/react

Weekly Downloads

4

Version

2.3.1

License

MIT

Unpacked Size

560 kB

Total Files

102

Last publish

Collaborators

  • burh
  • skuth