Overview Cards


Overview renders a compact grid of card links. It is useful for section start pages, guide indexes, and pages that need to point readers to several next steps.

MDX
import { Overview } from '@unterberg/nivel'
 
<Overview
  items={['installation', 'quickStart']}
/>

Example