1.0.4-8 • Published 5 years ago

explore-ui v1.0.4-8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.4-7

5 years ago

1.0.4-6

5 years ago

1.0.4-5

5 years ago

1.0.4-4

5 years ago

1.0.4-3

5 years ago

1.0.4-2

5 years ago

1.0.4-1

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago