1
0
Fork 0
jinjax/docs/content/ui/linkedlist.md
Daniel Baumann 5ea73fcab5
Adding upstream version 0.46.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 18:42:15 +01:00

19 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>