From f5dd5e340b4317f39a05a5107920fcac9e6044d7 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 16 Jan 2022 14:49:54 -0800 Subject: [PATCH] docs(select): add reactive example --- 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} +
+ +