0.0.7 • Published 1 year ago

zenith-ui v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago