diff options
Diffstat (limited to 'docs/content/ui/linkedlist.md')
-rw-r--r-- | docs/content/ui/linkedlist.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/content/ui/linkedlist.md b/docs/content/ui/linkedlist.md new file mode 100644 index 0000000..ac3fce2 --- /dev/null +++ b/docs/content/ui/linkedlist.md @@ -0,0 +1,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> |