# certara-link



<!-- Auto Generated Below -->


## Overview

Hyperlink component for the Certara Design System

## Properties

| Property         | Attribute          | Description                                                                                                                                                                 | Type                                                           | Default     |
| ---------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ----------- |
| `download`       | `download`         | String that points to an optional linked download resource                                                                                                                  | `string`                                                       | `undefined` |
| `href`           | `href`             | URL string                                                                                                                                                                  | `string`                                                       | `undefined` |
| `icon`           | `icon`             | Optional trailing icon. Use the standard name of the icon from [Font Awesome](https://fontawesome.com/search)                                                               | `string`                                                       | `undefined` |
| `innerClassName` | `inner-class-name` | String adds class attribute to the actual link element                                                                                                                      | `string`                                                       | `undefined` |
| `rel`            | `rel`              | Optional space-delimited string to define relationship between link type and resource. [Values](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel) | `string`                                                       | `undefined` |
| `size`           | `size`             | Visual size of link                                                                                                                                                         | `"base" \| "sm"`                                               | `undefined` |
| `target`         | `target`           | Target to be used in tandem with href if necessary                                                                                                                          | `"_blank" \| "_parent" \| "_self" \| "_top" \| "_unfencedTop"` | `undefined` |


## Dependencies

### Depends on

- [certara-icon](../icon)

### Graph
```mermaid
graph TD;
  certara-link --> certara-icon
  style certara-link fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


