Post Settings Drawer

Post SettingsDraft
Author
Publish Date
Read Time
About this piece

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.

Playground

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

Post SettingsDraft
Author
Publish Date
Read Time
Usage
import { Editor54 } from "@/components/beste/component/editor54";

<Editor54
  fields={[{"label":"Author","value":"Nina Simone"},{"label":"Publish Date","value":"12 May 2026"},{"label":"Read Time","value":"5 min read"}]}
  tags={["retail","case study"]}
/>

Usage

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

import { Editor54 } from "@/components/beste/piece/editor54";

<Editor54
  surface="card"
  bordered={true}
  inverted={false}
  title="Post Settings"
  status="Draft"
  fields={[
    {
      "label": "Author",
      "value": "Nina Simone"
    },
    {
      "label": "Publish Date",
      "value": "12 May 2026"
    },
    {
      "label": "Read Time",
      "value": "5 min read"
    }
  ]}
  tags={[
    "retail",
    "case study"
  ]}
  stepMs={380}
/>

More Editor pieces

View all Editor
Feature#feature283
Padding96 px
Container7xl
BackgroundBackground
Card bordersPer block

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.

hero-photograph.jpgHero media
EntranceBlur in
Scroll effectParallax
StrengthStrong

Image Motion Settings

One image's own motion settings, with the thumbnail beside them performing what the rows describe: blurring into place, then drifting as though the page were scrolling past it.

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.

Your page looks empty

Start by adding your first block.

Empty Page

Centered editor placeholder with a soft icon tile, headline, hint line, and a recolorable call-to-action pill.

Launch notes

The beta opens to the waitlist on Monday.

Support has the new macros ready.

Pricing page copy is locked.

Collab Cursors

Two named carets share a document: one hops between finished lines while the other types a new sentence at the bottom, over and over.

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.