From d5fe23ab39bdacf2ba1b4734129d9ae1d80e9e82 Mon Sep 17 00:00:00 2001 From: Lea Verou Date: Mon, 23 Dec 2024 02:17:39 -0500 Subject: [PATCH] Add missing icons --- docs/docs/components/checkbox.md | 1 + docs/docs/components/input.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/docs/components/checkbox.md b/docs/docs/components/checkbox.md index d7335f96e..d1f121442 100644 --- a/docs/docs/components/checkbox.md +++ b/docs/docs/components/checkbox.md @@ -3,6 +3,7 @@ title: Checkbox description: Checkboxes allow the user to toggle an option on or off. tags: [inputs, forms] native: checkbox +icon: checkbox --- ```html {.example} diff --git a/docs/docs/components/input.md b/docs/docs/components/input.md index 7d0f4f8bd..27e284d54 100644 --- a/docs/docs/components/input.md +++ b/docs/docs/components/input.md @@ -2,6 +2,7 @@ title: Input description: Inputs collect data from the user. tags: [inputs, forms] +icon: input native: input keywords: textfield text field ---