zenith-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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

Package Sidebar

Install

npm i zenith-ui

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

3.33 MB

Total Files

218

Last publish

Collaborators

  • joseph.huntley