blob: ac3fce2616dc8aafcaaaceaaf0c79fe42666e03f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
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>
|