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"
]}
/>