Ionic Flat Colors adds new color options for various Ionic components:
- bars
- buttons
- checkboxes
- ranges
- tabs
- toggles
Requires Ionic 1.2+.
Install using bower:
bower install ionic-flat-colors
Or copy the css files from dist/
.
Then reference after the ionic.app.css
link tag. For example:
<link href="css/ionic.app.css" rel="stylesheet" />
<link href="css/ionic-flat.css" rel="stylesheet" />
After including the library in your project, you can use any colors the library offers in your Ionic components. Take a look at the demo page for examples and more information.
Special thanks to vbaimas for all the colors provided on flatuicolorpicker.com