Availity UI Kit powered by Bootstrap 3
Availity UIKit is based on Bootstrap 3 with overrides to match our style guidelines.
- Install the Availity UIKit with Bower.
$ bower install availity-uikit --save
or with NPM:
$ npm install availity-uikit --save
* Include the required libraries is your `index.html`
>
```html
<!-- place in header -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/availity-uikit/0.0.1/css/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="//cdnjs.cloudflare.com/ajax/libs/availity-uikit/0.0.1/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/ # 3rd-party libraries and utilities
├── /fonts/ # Icon fonts and web text fonts
├── /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
Robert McGuinness
Robert Ventrone
Robert Warner
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 Released under the MIT license