Rendered markdown mini card with a heading, lede paragraph, bullet list, and inline code chip.
Ship with confidence by running through the five-point review.
pnpm releaseRequires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor10 } from "@/components/beste/piece/editor10";
<Editor10
title="Launch Checklist"
lede="Ship with confidence by running through the five-point review."
bullets={[
"Verify preview URL",
"Run smoke suite",
"Tag the release"
]}
code="pnpm release"
/>