Introduction
The components in this repo that relied on Bootstrap and availity-uikit for styling have been deprecated and moved to Availity Element. Some packages (such as hooks, analytics, authorize, feature, help, json-viewer, and mock) are still actively supported here.
Availity React is a repo of React components built for web projects on the Availity Portal. This site provides documentation on how to use those components.
ESM Only
All packages in this repository are now published as ESM (ECMAScript Modules) only. CommonJS (CJS) builds are no longer provided. Make sure your bundler and environment support ESM imports.
Supported Browsers
Packages in this repository work with
- Google Chrome
- Microsoft Edge
- Mozilla Firefox
Internet Explorer Support
Active support for Internet Explorer ended in August 2021.
If you still need support for IE 11, use @availity/workflow >=8.5.0 && <9.0.0. This transpiles all your code and adds polyfills needed for IE 11 support.
If you do not want to, or can't, use @availity/workflow, use your own babel configuration to polyfill the necessary code
Additional Notes
We use data-testid for unit tests to use for grabbing unique attributes. If you are using availity-workflow@6.0.0 or later it will be removed for you in production builds. If you don't want data-testid, however, and you're not using @availity/workflow, add the following babel plugin to remove it: