From 197e261f38cb35880415684e57036a92644eb532 Mon Sep 17 00:00:00 2001 From: Rumen Petrov Date: Thu, 25 Apr 2024 10:45:53 +0300 Subject: [PATCH] Update docs --- src/docs/web-components-introduction.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/docs/web-components-introduction.mdx b/src/docs/web-components-introduction.mdx index 1b7de77..f192c3f 100644 --- a/src/docs/web-components-introduction.mdx +++ b/src/docs/web-components-introduction.mdx @@ -11,5 +11,4 @@ This is the list of all required component for the MVP phase of the project. * [ ] Button * [ ] Typography -* [ ] Text input - Input (all types - text, checkbox, radio, color, file...), Textarea -* [ ] Select +* [ ] Form control - Input (all types - text, checkbox, radio, color, file...), Textarea, Select