---
name: Link
---

import { Playground, PropsTable } from 'docz';

import Link from './';

# Link

## Basic Usage

<Playground>

<Link href={'https://redq.io'} content={'RedQ.io'} />

</Playground>

## Properties

<PropsTable of={Link} />
