From e5f77aa6142e2e464f6cd440c1dc5ba502aac32d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 16 Jan 2022 14:53:22 -0800 Subject: [PATCH] docs(select): add reactive example (#1011) --- docs/src/pages/components/Select.svx | 4 ++++ .../pages/framed/Select/SelectReactive.svelte | 21 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 docs/src/pages/framed/Select/SelectReactive.svelte diff --git a/docs/src/pages/components/Select.svx b/docs/src/pages/components/Select.svx index 85735678..86656661 100644 --- a/docs/src/pages/components/Select.svx +++ b/docs/src/pages/components/Select.svx @@ -17,6 +17,10 @@ components: ["Select", "SelectItem", "SelectItemGroup", "SelectSkeleton"] +### Reactive example + + + ### Helper text + + + + + + + +
+ Selected: {selected} +
+ +