Side-panel content editor with a header chip row, locale and history pills, and stacked rich-text fields for heading and description.
No tutorials needed.
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 { 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."
/>