Row of filename tabs with active styling. Dirty tabs show a sky dot in place of the close button.
The import and the props worth knowing about, in one place.
import { Editor6 } from "@/components/beste/piece/editor6";
<Editor6
tabs={[
{
"filename": "index.tsx"
},
{
"filename": "button.tsx",
"active": true,
"dirty": true
},
{
"filename": "card.tsx"
},
{
"filename": "theme.css"
}
]}
/>Code template with dashed-outline tab stops. Active placeholder tints primary, others stay muted.
1function·greet(name)·{2→return·`Hello,·${name}!`;3}
Code lines with muted middle-dots for spaces and → glyphs for tabs, revealing indentation.
Panel listing editor actions with their kbd shortcut combinations on the right.
Pill with filename and a state glyph: emerald check for saved, sky dot for dirty.