Settings card with a segmented light / dark / system toggle and icon plus label per option.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor35 } from "@/components/beste/piece/editor35";
<Editor35
active="system"
/>export function greet(name: string) {return `Hello, ${name}!`;}// Ship it
Theme-adaptive editor window with traffic-light header, filename, and a tokenized code body.
Minimal focus card with a focus icon, current filename, and an exit-shortcut reminder.
Command palette card with a search bar, ranked results, hint captions, and kbd shortcut pills.
Branch picker popover with search, a list of branches, ahead counts, and an emerald check on the current one.
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.
Text with a primary-tinted highlight and a floating dark pill showing character and word counts.