Skip to content

JosephHuntley/zenith-ui

Repository files navigation

Zenith-UI

Installation

To install use the following command:

npm i zenith-ui

# or

yarn add zenith-ui

Usage

  1. Wrap your application with the ZenithProvider provided by zenith-ui.
import { ZenithProvider } from "zenith-ui"
// Do this at the root of your application
function App({ children }) {
  return <ZenithProvider>{children}</ZenithProvider>
}
  1. Now you can start using components like so!:
import { Button } from "zenith-ui"
function Example() {
  return <Button></Button>
}

MIT © Joseph Huntley

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published