diff --git a/docs/Form.mdx b/docs/Form.mdx index b8cf9a0..4f5af5f 100644 --- a/docs/Form.mdx +++ b/docs/Form.mdx @@ -11,7 +11,7 @@ import { InputLabel as Input } from "./helpers/InputLabel"; import { Item, reduceTotalPrice, reduceTotalQuantity } from "./helpers/Item"; import { useValidation, useAsyncValidation, Collection } from './../src'; -# Form +# **Form** The Form is the most important component in usetheform. It renders all the Fields and keeps the entire form state synchronized. ## Props diff --git a/docs/index.mdx b/docs/index.mdx index 7991f3d..22211d2 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -9,7 +9,7 @@ import { Reset } from "./helpers/Reset"; import { InputLabel as Input } from "./helpers/InputLabel"; import { useValidation, Collection } from './../src'; -## Getting Started +## **Getting Started** Welcome! 👋 Usetheform is a React library for composing declarative forms and managing their state. It does not depend on any external library, such as Redux, or MobX, which makes it easy to adopt due to the lack of dependencies.