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

1.1.0-alpha.2 • Public • Published

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.

Package Sidebar

Install

npm i zeus-ui

Weekly Downloads

1

Version

1.1.0-alpha.2

License

MIT

Unpacked Size

262 kB

Total Files

105

Last publish

Collaborators

  • zcoolfe