Skip to content

kutukeyboard/explore-ui

Repository files navigation

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.

About

React UI Component Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published