From 8520ab4201569b64150cc2622c42bad442b2a699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Fri, 2 Apr 2021 11:13:01 +0200 Subject: [PATCH] chore(typo): input overview --- docs/components/inputs/input/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/inputs/input/overview.md b/docs/components/inputs/input/overview.md index aec6dee30..3b0fab81c 100644 --- a/docs/components/inputs/input/overview.md +++ b/docs/components/inputs/input/overview.md @@ -13,7 +13,7 @@ export const main = () => html``; ## Features -- Extra visual elements can be added via `slots` +- Extra visual elements can be added via `slots`: - **label**: can also be provided via the `label` attribute, but the slot can be used to change the `html` and `CSS` of the label. For example add an `u-sr-only` class to the label to make it visually hidden. A label is always needed for accessibility reasons. @@ -23,7 +23,7 @@ export const main = () => html``; - **before**: does not have an active use case yet, but the option is in place. - **after**: can be used to show a currency or percentage. - Delegates attributes like `type`, `disabled`, `placeholder` and `read-only` to the native input. -- Can make us of [validation](../../docs/../../docs/systems/form/validate.md) +- Can make use of [validation](../../docs/../../docs/systems/form/validate.md). ## Installation