Skip to content

pantoken / renderers/web-components/src / treeBrowser

Variable: treeBrowser

const treeBrowser: ElementDefinition

Alfa

<instui-tree-browser> — the styled shell of a collapsible tree, with role="tree". The consumer slots the tree markup.

Ejemplo

html
<instui-tree-browser>
  <ul role="group">…</ul>
</instui-tree-browser>