Availity UI Kit powered by Bootstrap 3
Availity UIKit is based on Bootstrap 3 with overrides to match our style guidelines.
http://availity.github.io/availity-uikit
- Internet Explorer 8 and newer
- Google Chrome (latest version)
- Mozilla Firefox (latest version)
Internet Explorer 9 and below requires a CSS post processor like gulp-bless, bless.js or grunt-bless in order to get circumvent the 4095 limit on selector on style sheets
- Install the Availity UIKit with Bower.
$ bower install availity-uikit --save
- Include the required libraries is your
index.html
<!-- place in header -->
<link rel="stylesheet" href="//bower_components/availity-uikit/dist/availity-uikit.min.css"/>
<!-- place before closing body tag -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
<script src="//bower_components/availity-uikit/dist/js/availity-uikit.min.js"></script>
.
├── /build/ # The folder for compiled docs
├── /dist/ # CSS style sheets and Javascript ready for distribution
├── /docs/ # Raw documentation assets for README.md and style guide
├── /node_modules/ # npm 3rd-party libraries and utilities
├── /bower_components/ # bower 3rd-party libraries and utilities
├── /js/ # Javascript source files
├── /fonts/ # Icon fonts and web text fonts
├── /less/ # Less source files
├── /images/ # Graphics (.png, .jpg, .svg etc.)
├── /gulp/ # Gulp tasks and utility classes
│── gulpfile.js # Configuration file for automated builds
│── bower.json # Bower list of 3rd party libraries
└── package.json # NPM list of 3rd party libraries and utilities
Availity uses Fontello to manage the UIKit icon fonts (glyphicons). Our font configuration can be found in the config.json. The UIKit currently uses icon fonts from the following libraries:
Robert McGuinness
Robert Ventrone
Robert Warner
Bobby Bennett
Open source software components distributed or made available in the Availity Materials are licensed to Company under the terms of the applicable open source license agreements, which may be found in text files included in the Availity Materials.
Copyright (c) 2015 Availity, LLC