1.0.4-8 • Published 4 years ago

explore-ui v1.0.4-8

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

explore-ui

Explore UI is a React UI Component Library made for quick development of react.

Install

npm install explore-ui
yarn add explore-ui

Usage

import { Navbar, Card } from "explore-ui";

const App = () => (
  <div>
    <Navbar
      theme="dark"
      shadow
      logo="https://yourlogo.png"
      brand="Your brand"
      data={menuData}
    />
    <Button theme="primary">Click Me</Button>
  </div>
);

export default App;

Documentation

Please visit our Wiki for more detailed documentation.

1.0.4-8

4 years ago

1.0.4-7

4 years ago

1.0.4-6

4 years ago

1.0.4-5

4 years ago

1.0.4-4

4 years ago

1.0.4-3

4 years ago

1.0.4-2

4 years ago

1.0.4-1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago