pantoken / renderers/web-components/src / treeBrowser
Variable: treeBrowser
consttreeBrowser:ElementDefinition
Alpha
<instui-tree-browser> — the styled shell of a collapsible tree, with role="tree". The consumer slots the tree markup.
Example
html
<instui-tree-browser>
<ul role="group">…</ul>
</instui-tree-browser>- …