From 6db53e352130a7868ba436716cfee66a2bd32bf8 Mon Sep 17 00:00:00 2001 From: jishnu pr Date: Wed, 23 Aug 2023 21:17:51 +0530 Subject: [PATCH] added bold to important title --- docs/Form.mdx | 2 +- docs/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.