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"
/>function greet(name: string): stringReturns a localized greeting for the given name.
@/lib/greet.tsWavy-underlined symbol above a type-hover card showing signature, one-line description, and source path.
--primary: #f43f5e;--accent: #8b5cf6;--surface: #0ea5e9;
CSS lines with inline color swatch squares next to each hex value.
No tutorials needed.
If you can order food online, you can build a website with Beste.
Side-panel content editor with a header chip row, locale and history pills, and stacked rich-text fields for heading and description.
function greet(name: string)Action row above a function signature showing references, implementations, and inline commands.
// hidden lines…
const ready = useReady();
if (!ready) return null;Scope breadcrumb pinned above a code snippet, showing the current class, method, and block.
const message = `Hello`;const longer = `Shipping the biggest onboarding upgrade yet`;const wrapped = items.map((i) => i.name).join(', ') + '!'
Editor panel with a rose vertical column-limit ruler and numbered code lines behind it.