UI designer

Vue Designer Layers Component

Beta

Studio’s layer tree as an independent building block.

Try it

Use Alt plus Up or Down arrow to reorder the focused tree item.

Card
Title
Caption

Selected: title

Use in your application

Pass DomTreeView items with unique IDs, labels and children. Bind the same selection ID to a stage. All DomTreeView attributes, slots and events pass through, including reorder, hover, open-values and external drops.

vue
<DomDesignerLayers v-model="selected" :items="layers" />
Open the complete social-card example →