Tiny wrapper component for [React-linkify](https://github.com/tasti/react-linkify to stylistically fit with Chakra-UI.
npm install --save react-linkify
npm install --save-dev @types/react-linkify
Instead of using the <Linkify>
component provided by React-linkify, import the custom wrapper provided below.
import { Linkify } from '@components/linkify/linkify';
...
<Linkify>...</Linkify>
Adapted from this comment.