Skip to content

Commit

Permalink
Merge pull request #42 from filoxo/master
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
matheusrocha89 authored Jul 2, 2016
2 parents b3db8a4 + 5c2f070 commit e4de2f9
Show file tree
Hide file tree
Showing 73 changed files with 8,190 additions and 20,501 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
.DS_Store*
Thumbs.db*
~*
.idea/
37 changes: 19 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
# ![Ionic Colors logo](http://matheusrocha89.github.io/ionic-flat-colors/img/ionic-flat-colors-logo-2.png)

[![Build Status](https://travis-ci.org/matheusrocha89/ionic-flat-colors.svg?branch=master)](https://travis-ci.org/matheusrocha89/ionic-flat-colors)
-[![Build Status](https://travis-ci.org/matheusrocha89/ionic-flat-colors.svg?branch=master)](https://travis-ci.org/matheusrocha89/ionic-flat-colors)

Ionic Flat Colors adds new color options for various Ionic components: buttons, bars, checkboxes... etc.
Ionic Flat Colors adds new color options for various Ionic components:

## Requirements
- bars
- buttons
- checkboxes
- ranges
- tabs
- toggles

The library requires Ionic 1.2+.
## Pre-reqs

Requires Ionic 1.2+.

## Installation

You can install using bower:
Install using bower:

```
bower install ionic-flat-colors
```
bower install ionic-flat-colors

Or you can just download the distribution css file of the library.
Or copy the css files from `dist/`.

After installing put the **dist** files in your project after the `ionic.app.css` link tag. For example:
Then reference after the `ionic.app.css` link tag. For example:

```html
<link href="css/ionic.app.css" rel="stylesheet">
<link href="css/ionic-flat.css" rel="stylesheet">
```
<link href="css/ionic.app.css" rel="stylesheet" />
<link href="css/ionic-flat.css" rel="stylesheet" />

## Get Started

After adding the library in your project you can use any colors the library offers in
your Ionic components. Take a look in our <a target="_blank" href="http://matheusrocha89.github.io/ionic-flat-colors">documentation page</a> for examples and more information.
After including the library in your project, you can use any colors the library offers in your Ionic components. Take a look at the <a target="_blank" href="http://matheusrocha89.github.io/ionic-flat-colors">demo page</a> for examples and more information.

## Thanks

I'd like to thank <a target="_blank" href="http://www.vbaimas.com/">vbaimas</a> for all the colors used
since they are based on his flat colors page.
Special thanks to <a target="_blank" href="http://www.vbaimas.com/">vbaimas</a> for all the colors provided on [flatuicolorpicker.com](http://www.flatuicolorpicker.com/)
Loading

0 comments on commit e4de2f9

Please sign in to comment.