CSS lines with inline color swatch squares next to each hex value.
--primary: #f43f5e;--accent: #8b5cf6;--surface: #0ea5e9;
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor26 } from "@/components/beste/piece/editor26";
<Editor26
colors={[
{
"key": "--primary",
"value": "#f43f5e"
},
{
"key": "--accent",
"value": "#8b5cf6"
},
{
"key": "--surface",
"value": "#0ea5e9"
}
]}
/>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.
1function·greet(name)·{2→return·`Hello,·${name}!`;3}
Code lines with muted middle-dots for spaces and → glyphs for tabs, revealing indentation.
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.
1// TODO migrate to server components2// FIXME handles null state poorly3// NOTE revisit once design lock lands
Italic comment lines with colored TODO, FIXME, NOTE, or HACK tags.
export function Button({ label }) {return <button>{label}</button>;return <button className="btn">{label}</button>;}
Unified diff with tinted add and remove rows, line numbers, and +/− prefix column.
const greet = (name: string) => `Hello, ${name}!`;AI Suggestion caption above a code line with a solid prefix, italic muted ghost text, and a blinking caret.