Settings card with a segmented light / dark / system toggle and icon plus label per option.
The import and the props worth knowing about, in one place.
import { Editor35 } from "@/components/beste/piece/editor35";
<Editor35
active="system"
/>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.
export function greet(name: string) {return `Hello, ${name}!`;}// Ship it
Theme-adaptive editor window with traffic-light header, filename, and a tokenized code body.
Branch picker popover with search, a list of branches, ahead counts, and an emerald check on the current one.