Hype up your tailwind projects with minimal UI components
npm install tailwind-hypetailwind-hype is a lightweight package to quickly add several UI components and themes to your Next.js project.
To add tailwind-hype to your project, run either of the following:
```
npm install tailwind-hype
``
yarn add tailwind-hype
Wrap your application in tailwind-hype's HypeProvider to enable site-wide access to the context:
`js
// _app.js
import { HypeProvider } from 'tailwind-hype'
function MyApp({ Component, pageProps }) {
return (
)
}
export default MyApp
``
More documentation coming soon