ArticleIntro

Tagline here.

Basic usage

Usage with NextJS

import Link from "next/link";
function MyComponent() {
return (
<ArticleIntro
// ... other props
linkComponent={Link}
url='/'
/>
);
}

This guide is based on version: 4.0.1