From 6c2bfb31b449348ba7227e5704d6dd3809724ff3 Mon Sep 17 00:00:00 2001 From: Hunter Johnston <64506580+huntabyte@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:41:12 -0600 Subject: [PATCH] docs: cleanup extra heading (#162) --- sites/docs/content/components/control.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sites/docs/content/components/control.md b/sites/docs/content/components/control.md index 992769c..9aef9c8 100644 --- a/sites/docs/content/components/control.md +++ b/sites/docs/content/components/control.md @@ -20,8 +20,6 @@ Doing so would limit the `Field` component to a single control, which would prev -## Why a separate component? - ## Props The `Control` component doesn't render an element itself, it strictly provides context and attributes for the control via a slot prop and state for the [Label](/docs/components/label).