⌾
ArticleIntro
Preview
Dev
ArticleIntro
Tagline here.
STATUS: This component is in preview.
Basic usage
Code
Usage with NextJS
import
Link
from
"next/link"
;
function
MyComponent
(
)
{
return
(
<
ArticleIntro
// ... other props
linkComponent
=
{
Link
}
url
=
'
/
'
/>
)
;
}
Open site navigation