From 01d49ab4ed3af3a3c7e3161ad793eec4844d6da5 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 8 Feb 2024 13:34:13 -0500 Subject: [PATCH] add missing import --- docs/pages/components/switch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/components/switch.md b/docs/pages/components/switch.md index 42765036..194a51cf 100644 --- a/docs/pages/components/switch.md +++ b/docs/pages/components/switch.md @@ -84,6 +84,8 @@ Add descriptive help text to a switch with the `help-text` attribute. For help t ``` ```jsx:react +import SlSwitch from '@shoelace-style/shoelace/dist/react/checkbox'; + const App = () => Label; ```