# @availity/link

## ⚠️ Deprecated

This package is deprecated and no longer actively maintained. Future updates are not guaranteed. We recommend migrating to [`@availity/element`](https://availity.github.io/element).

---

> Simple link component that renders an `<a>` tag with the `href` formatted to leverage loadApp so that when the link is opened in a new tab, it gets loaded inside the home page's iframe

[![Version](https://img.shields.io/npm/v/@availity/link.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/link)
[![NPM Downloads](https://img.shields.io/npm/dt/@availity/link.svg?style=for-the-badge)](https://www.npmjs.com/package/@availity/link)
[![Dependecy Status](https://img.shields.io/librariesio/release/npm/@availity/link?style=for-the-badge)](https://github.com/Availity/availity-react/blob/master/packages/link/package.json)

## Installation

### NPM

```bash
npm install @availity/link
```

### Yarn

```bash
yarn add @availity/link
```

## Documentation

Check out more documentation at [availity.github.io](https://availity.github.io/availity-react/components/link)
