# dashboards
**Repository Path**: mirrors_leecade/dashboards
## Basic Information
- **Project Name**: dashboards
- **Description**: Responsive dashboard templates for Bootstrap
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: gh-pages
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-09
- **Last Updated**: 2026-02-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Dashboards by Keen IO
Building an analytics dashboard? Don’t start from scratch. Grab one of our Bootstrap-based templates and admire your data in minutes.
Begin with a layout:

Add charts to each `chart-stage` HTML element:
``` html
Chart Title
Notes about this chart (optional)
```
And voilà!

An attractive, custom analytics dashboard that's ready to show to your team or your customers. And no hours lost tweaking CSS or testing responsiveness on eight different mobile devices.
## The Templates
These layout templates are composed of a minimal set of [Bootstrap v3.2](http://getbootstrap.com/) custom styles. They cover the most common use cases and layout configurations we've encountered so far.
* [Layouts](http://keen.github.io/dashboards/layouts/) for pre-built, responsive dashboard views
* [Examples](http://keen.github.io/dashboards/examples/) for specific domains, data models and popular integrations
## Integrations
These templates can work with any data source or charting library, but they're particularly streamlined to work with Keen IO's [visualization toolkit](https://github.com/keenlabs/keen-js). To see the Keen integration in action, create a [free project](http://keen.io/signup) and send some data to it. Then add some charts to your dashboard with just a few lines of code.
You can also use this pre-populated set of [demo data](https://github.com/keen/dashboards/tree/gh-pages/demo-data).
## Usage
Ready to use one of these awesome layouts? Here's how to get started.
1. In the sidebar, is a *Download Zip* link. Click it to download a copy of the code.
2. Check out the various [layouts](http://keen.github.io/dashboards/layouts/) and pick the one that best suits your needs. Find the template in the repository you downloaded at `folder/layouts/(name-of-template)`.
3. Start editing! In the destination folder will exist an `.html` file. Open it in your favorite text editor. There are three things you need to do to edit your dashboard:
1. Setup: If you're a registered Keen IO user, navigate to [your keen project](http://keen.io/home) or if you don't have a user at first, you can simply use some demo data that we've prepared for you. You can access those by going to the repository and navigating to demo-data. There, you will see some javascript files with some code in them. We will simply paste those in the .html file.
2. Some copypasta. When you navigate to the bottom of the .html file, you can see that there are a bunch of script tags. Just before the end of the body tag, we're going to add in the code from sample.html. Simply copy and paste the code just before you see ```