Minimal focus card with a focus icon, current filename, and an exit-shortcut reminder.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor32 } from "@/components/beste/piece/editor32";
<Editor32
filename="manifesto.md"
shortcut={[
"⌘",
"K",
"Z"
]}
/>Settings card with a segmented light / dark / system toggle and icon plus label per option.
Start by adding your first block.
Centered editor placeholder with a soft icon tile, headline, hint line, and a recolorable call-to-action pill.
Ship with confidence by running through the five-point review.
pnpm releaseRendered markdown mini card with a heading, lede paragraph, bullet list, and inline code chip.
Nested file explorer with folder chevrons, amber folder icons, and a highlighted active file.
Command palette card with a search bar, ranked results, hint captions, and kbd shortcut pills.
export function greet(name: string) {return `Hello, ${name}!`;}// Ship it
Theme-adaptive editor window with traffic-light header, filename, and a tokenized code body.