Appearance Motion Panel

Appearance

Images

Image entrance
Scroll effect

Motion

Section animation
Animation speed
About this piece

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.

Playground

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

Appearance

Images

Image entrance
Scroll effect

Motion

Section animation
Animation speed
Usage
import { Editor52 } from "@/components/beste/component/editor52";

<Editor52
  groups={[{"label":"Images","rows":[{"label":"Image entrance","value":"Blur in"},{"label":"Scroll effect","value":"Parallax"}]},{"label":"Motion","rows":[{"label":"Section animation","value":"Blur in"},{"label":"Animation speed","value":"Slow (0.8s)"}]}]}
/>

Usage

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

import { Editor52 } from "@/components/beste/piece/editor52";

<Editor52
  surface="card"
  bordered={true}
  inverted={false}
  title="Appearance"
  groups={[
    {
      "label": "Images",
      "rows": [
        {
          "label": "Image entrance",
          "value": "Blur in"
        },
        {
          "label": "Scroll effect",
          "value": "Parallax"
        }
      ]
    },
    {
      "label": "Motion",
      "rows": [
        {
          "label": "Section animation",
          "value": "Blur in"
        },
        {
          "label": "Animation speed",
          "value": "Slow (0.8s)"
        }
      ]
    }
  ]}
  stepMs={340}
/>

More Editor pieces

View all Editor
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.

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.

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.

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.

Keybindings
  • Command palette
    ⌘+K
  • Quick open
    ⌘+P
  • Toggle terminal
    ⌃+`
  • Format document
    ⌥+⇧+F

Keymap List

Panel listing editor actions with their kbd shortcut combinations on the right.

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.