2.3.1 • Published 29 days ago

@redshift-ui/react v2.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
29 days ago

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>
}
2.3.1

29 days ago

2.3.0

1 month ago

2.2.0

1 month ago

2.1.3

2 months ago

2.1.2

2 months ago

2.1.1

2 months ago

2.1.0

2 months ago

2.0.9

3 months ago

2.0.8

3 months ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.7

3 months ago

2.0.6

3 months ago

2.0.3

3 months ago

2.0.2

3 months ago

1.15.0

8 months ago

1.14.9

9 months ago

1.14.8

9 months ago

1.14.7

9 months ago

1.14.6

9 months ago

2.0.1

8 months ago

1.14.1

12 months ago

1.14.0

1 year ago

1.13.0

1 year ago

1.14.5

11 months ago

1.14.4

11 months ago

1.14.3

11 months ago

1.14.2

12 months ago

1.12.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

2.0.0

1 year ago