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
- Host: GitHub
- URL: https://github.com/tyom/head-up-react
- Owner: tyom
- License: mit
- Created: 2016-09-25T13:13:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T00:27:31.000Z (over 8 years ago)
- Last Synced: 2025-02-15T22:42:33.487Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heah-up!
Multi-view cell-based dashboard reusable components in React.
[](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;
```