From 0ab0fbeab1c093d37eed5e29a5d47d6edd83e983 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Thu, 16 Apr 2020 15:00:59 +0300 Subject: [PATCH] Update Index.md --- docs/en/UI/AspNetCore/Tag-Helpers/Index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/en/UI/AspNetCore/Tag-Helpers/Index.md b/docs/en/UI/AspNetCore/Tag-Helpers/Index.md index 1e3a90e49e..aefbb88e01 100644 --- a/docs/en/UI/AspNetCore/Tag-Helpers/Index.md +++ b/docs/en/UI/AspNetCore/Tag-Helpers/Index.md @@ -12,8 +12,6 @@ ABP Framework also adds some **useful features** to the standard bootstrap compo Here, the list of components those are wrapped by the ABP Framework: -* [Form Elements](Form-elements.md) -* [Dynamic-Forms](Dynamic-Forms.md) * [Buttons](Buttons.md) * [Cards](Cards.md) * [Alerts](Alerts.md) @@ -30,3 +28,11 @@ Here, the list of components those are wrapped by the ABP Framework: * ... > Until all the tag helpers are documented, you can visit https://bootstrap-taghelpers.abp.io/ to see them with live samples. + +## Form Elements + +**Abp Tag Helpers** add new features to standard **Asp.Net Core MVC input & select Tag Helpers** and wrap them with **Bootstrap** form controls. See [Form Elements documentation](Form-elements.md) . + +## Dynamic Forms + +**Abp Tag helpers** offer an easy way to build complete **Bootstrap forms**. See [Dynamic Forms documentation](Dynamic-Forms.md). \ No newline at end of file