Content Panel

Side-panel content editor with a header chip row, locale and history pills, and stacked rich-text fields for heading and description.

Feature177 Content#feature177
Heading

No tutorials needed.

Description

If you can order food online, you can build a website with Beste.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Editor46 } from "@/components/beste/piece/editor46";

<Editor46
  componentId="Feature177 Content"
  componentTag="#feature177"
  locale="🇺🇸"
  sizeLabel="Size"
  headingLabel="Heading"
  heading="No tutorials needed."
  descriptionLabel="Description"
  description="If you can order food online, you can build a website with Beste."
/>