0.2.0 • Published 3 years ago

tailwind-hype v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

tailwind-hype

tailwind-hype is a lightweight package to quickly add several UI components and themes to your Next.js project.

Getting Started

Installation

To add tailwind-hype to your project, run either of the following:

npm install tailwind-hype
yarn add tailwind-hype

HypeProvider

Wrap your application in tailwind-hype's HypeProvider to enable site-wide access to the context:

// _app.js

import { HypeProvider } from 'tailwind-hype'

function MyApp({ Component, pageProps }) {
  return (
    <HypeProvider>
      <Component {...pageProps} />
    </HypeProvider>
  )
}

export default MyApp

Hype Your Project

More documentation coming soon

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago