Availity UI Kit powered by Bootstrap 4 with modifications to match Availity style guidelines
http://availity.github.io/availity-uikit/v4
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
Add the availity-uikit with the package manager of your choice
npm
npm install availity-uikit --saveor
Yarn
yarn add availity-uikitAvaility uses Fontello to manage icon fonts. Our font configuration can be used on Fontello to edit the font catalog.
- Upload configuration to Fontello
- After making changes, download zip and extract
fontfolder into the uikit font - Replace the font configuration with the new one
yarn update-fontsand commit changes
You can find more information on this process here
This monorepo is managed with yarn workspaces. If you do not have yarn installed already then you will need to install it globally
npm i -g yarnInstall the dependencies
yarn installRun the development server. Once running, it can be located at http://localhost:8000
yarn startOnce the code has been merged into master, then you will need to publish the package to npm
yarn releaseWith the code published and the changes in GitHub, we will then need to deploy to gh-pages
yarn deployOpen 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.