Section Settings Sidebar

Feature#feature283
Padding96 px
Container7xl
BackgroundBackground
Card bordersPer block
About this piece

Section Settings Sidebar

Everything that shapes a section but is kept off the page itself, with a soft highlight travelling down the rows to show each one is a live control.

Playground

Turn the props on the right; the snippet under them is what you would write to get what you see.

Feature#feature283
Padding96 px
Container7xl
BackgroundBackground
Card bordersPer block
Usage
import { Editor55 } from "@/components/beste/component/editor55";

<Editor55
  sectionLabel="Feature"
  sectionId="#feature283"
  rows={[{"label":"Padding","value":"96 px"},{"label":"Container","value":"7xl"},{"label":"Background","value":"Background"},{"label":"Card borders","value":"Per block"}]}
/>

Usage

The import and the props worth knowing about, in one place.

import { Editor55 } from "@/components/beste/piece/editor55";

<Editor55
  surface="card"
  bordered={true}
  inverted={false}
  sectionLabel="Feature"
  sectionId="#feature283"
  rows={[
    {
      "label": "Padding",
      "value": "96 px"
    },
    {
      "label": "Container",
      "value": "7xl"
    },
    {
      "label": "Background",
      "value": "Background"
    },
    {
      "label": "Card borders",
      "value": "Per block"
    }
  ]}
  dwellMs={900}
/>

More Editor pieces

View all Editor
Appearance

Images

Image entrance
Scroll effect

Motion

Section animation
Animation speed

Appearance Motion Panel

Site-wide appearance settings grouped the way a builder sidebar groups them, each value arriving from the right as its row lands.

Feature177 Content#feature177
Heading

No tutorials needed.

Description

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

Content Panel

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

Post SettingsDraft
Author
Publish Date
Read Time

Post Settings Drawer

The fields that turn a page into a post, filling themselves in one row at a time and finishing on the tags, with the draft state held at the top throughout.

index.tsx
button.tsx
card.tsx
theme.css

Editor Tab Bar

Row of filename tabs with active styling. Dirty tabs show a sky dot in place of the close button.

Outline
  • Dashboard
  • constructor
  • state
  • render
  • computeStats

Outline Panel

Document outline with colored kind tiles for class, function, method, and prop. Depth-indented with an active row.

--primary: #f43f5e;
--accent: #8b5cf6;
--surface: #0ea5e9;

Color Preview

CSS lines with inline color swatch squares next to each hex value.