Integrations List

Integrations
Google Analytics
Google Tag Manager
Meta Pixel
PostHog
About this piece

Integrations List

Connected services listed one per row, each turning active in turn down the right-hand edge, so the whole set can be read at a glance once it settles.

Playground

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

Integrations
Google Analytics
Google Tag Manager
Meta Pixel
PostHog
Usage
import { Editor56 } from "@/components/beste/component/editor56";

<Editor56
  integrations={[{"name":"Google Analytics","active":true},{"name":"Google Tag Manager","active":true},{"name":"Meta Pixel"},{"name":"PostHog","active":true}]}
/>

Usage

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

import { Editor56 } from "@/components/beste/piece/editor56";

<Editor56
  surface="card"
  bordered={true}
  inverted={false}
  title="Integrations"
  integrations={[
    {
      "name": "Google Analytics",
      "active": true
    },
    {
      "name": "Google Tag Manager",
      "active": true
    },
    {
      "name": "Meta Pixel"
    },
    {
      "name": "PostHog",
      "active": true
    }
  ]}
  activeLabel="Active"
  stepMs={420}
/>

More Editor pieces

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

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.

3 cursors
const name = 'Ayşe';
const role = 'design';
const team = 'core';

Multi Cursor

Stacked code lines each with a primary-tinted blinking caret at the same column plus a header count.

button.tsx
export function Button({ label }) {
return <button>{label}</button>;
return <button className="btn">{label}</button>;
}

Diff View

Unified diff with tinted add and remove rows, line numbers, and +/− prefix column.

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.