20 lines
650 B
Markdown
20 lines
650 B
Markdown
|
---
|
||
|
title: Linked Lists
|
||
|
description: A component to select multiple items from a long list, while keeping them sorted.
|
||
|
---
|
||
|
|
||
|
<Header title="Linked Lists" section="UI components">
|
||
|
A component to select multiple items from a long list, while keeping them sorted.
|
||
|
</Header>
|
||
|
|
||
|
<ExampleTabs
|
||
|
prefix="demo"
|
||
|
:panels="{
|
||
|
'Result': 'ui.LinkedList.DemoResult',
|
||
|
'HTML': 'ui.LinkedList.DemoHTML',
|
||
|
'CSS': 'ui.LinkedList.DemoCSS',
|
||
|
}"
|
||
|
/>
|
||
|
|
||
|
<Callout>The checkboxes above are displayed so you can see how they get checked/unchecked. If you might want to hide them with CSS, the component will keep working as usual, but they must be present.</Callout>
|