An open API service indexing awesome lists of open source software.

https://github.com/tyom/head-up-react

Create sets of dashboards
https://github.com/tyom/head-up-react

Last synced: over 1 year ago
JSON representation

Create sets of dashboards

Awesome Lists containing this project

README

          

# Heah-up!

Multi-view cell-based dashboard reusable components in React.

[![CircleCI](https://circleci.com/gh/tyom/head-up.svg?style=svg)](https://circleci.com/gh/tyom/head-up)

## Usage

Add as dependency to your project

```
npm install head-up
```

Import Head-up components and styles

```js
import {
Dashboards,
Dashboard,
Cell
} from Headup;

import Headup;
```