From d8bde63c5e2db482b69ccaf1c25474b01b4086b2 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Wed, 31 May 2023 13:38:16 +0530 Subject: [PATCH] Update general.astro --- src/html/pages/forms/general.astro | 572 +++++++++++++++++++++++++++-- 1 file changed, 544 insertions(+), 28 deletions(-) diff --git a/src/html/pages/forms/general.astro b/src/html/pages/forms/general.astro index a08cc33fe..b7ff25f44 100644 --- a/src/html/pages/forms/general.astro +++ b/src/html/pages/forms/general.astro @@ -1,14 +1,14 @@ --- -import Head from '@components/_head.astro'; -import Footer from '@components/dashboard/_footer.astro'; -import Topbar from '@components/dashboard/_topbar.astro'; -import Sidenav from '@components/dashboard/_sidenav.astro'; -import Scripts from '@components/_scripts.astro'; +import Head from "@components/_head.astro"; +import Footer from "@components/dashboard/_footer.astro"; +import Topbar from "@components/dashboard/_topbar.astro"; +import Sidenav from "@components/dashboard/_sidenav.astro"; +import Scripts from "@components/_scripts.astro"; -const title = 'AdminLTE 4 | General Form Elements'; -const path = '../../../dist'; -const mainPage = 'forms'; -const page = 'general'; +const title = "AdminLTE 4 | General Form Elements"; +const path = "../../../dist"; +const mainPage = "forms"; +const page = "general"; --- @@ -38,7 +38,9 @@ const page = 'general';
@@ -53,42 +55,557 @@ const page = 'general';
- + +
+
+ For detailed documentaion of Form visit + Bootstrap Form + +
+
+ +
- +
+
-
- Quick Example -
+
Quick Example
+ +
+
- - -
We'll never share your email with anyone else.
+ + +
+ We'll never share your email with anyone else. +
- - + +
- - + +
- - + +
+ + +
+ +
+ + +
+ +
+
Input Group
+
+ + +
+
+ @ + +
+ +
+ + @example.com +
+ +
+ +
+ https://example.com/users/ + +
+
+ Example help text goes outside the input group. +
+
+ +
+ $ + + .00 +
+ +
+ + @ + +
+ +
+ With textarea + +
+
+ + + + +
+ + +
+ +
+
Horizontal Form
+
+ + +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ Radios +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + + + +
+ +
+ +
+ + +
+ +
+ +
+
Different Height
+
+ + +
+ +
+ +
+ +
+ +
+ + +
+ +
+
Different Width
+
+ + +
+ +
+ +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ +
+ + +
+ +
+
Form Validation
+
+ + +
+ +
+ +
+ +
+ + +
Looks good!
+
+ + +
+ + +
Looks good!
+
+ + +
+ +
+ @ + +
+ Please choose a username. +
+
+
+ + +
+ + +
+ Please provide a valid city. +
+
+ + +
+ + +
+ Please select a valid state. +
+
+ + +
+ + +
+ Please provide a valid zip. +
+
+ + +
+
+ + +
+ You must agree before submitting. +
+
+
+ +
+ +
+ + + + +
+ + + +
- +
+
@@ -103,6 +620,5 @@ const page = 'general'; - - +