Skip to content

zhlooking/Zeus

Repository files navigation

Zeus

Greenkeeper badge

Getting Started

A Simple and elegant component-based UI library

Installation

npm i zeus-ui

Usage

import React from 'react'
import ReactDOM from 'react-dom'
import { Provider, Button } from 'zeus-ui'

const App = () => (
  <Provider>
    <div>
      <h1>Hello Zeus-ui</h1>
      <Button>Click me</Button>
    </div>
  </Provider>
)

ReactDOM.render(<App />, document.getElementById('root'))

👉 Click here 👈 for more information.

Feedback

Issues or feature requests can be created on our GitHub page

Browser Support

All browsers that React supports are supported.

Contributing

Before opening an issue or pull request, please read the Contributing guide.

About

⭕️UI Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published