From 9dc949b62c6b5e3c8872211f71b11714d9d22b22 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 20 Jan 2023 11:05:15 +0000 Subject: native dark theme initial checkin --- .../site/content/docs/5.3/forms/layout.md | 329 +++++++++++++++++++++ 1 file changed, 329 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.3/forms/layout.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.3/forms/layout.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.3/forms/layout.md b/vendor/twbs/bootstrap/site/content/docs/5.3/forms/layout.md new file mode 100644 index 000000000..3b27e3f1c --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.3/forms/layout.md @@ -0,0 +1,329 @@ +--- +layout: docs +title: Layout +description: Give your forms some structure—from inline to horizontal to custom grid implementations—with our form layout options. +group: forms +toc: true +--- + +## Forms + +Every group of form fields should reside in a `
` element. Bootstrap provides no default styling for the `` element, but there are some powerful browser features that are provided by default. + +- New to browser forms? Consider reviewing [the MDN form docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form) for an overview and complete list of available attributes. +- ` + +
+{{< /example >}} + +## Horizontal form + +Create horizontal forms with the grid by adding the `.row` class to form groups and using the `.col-*-*` classes to specify the width of your labels and controls. Be sure to add `.col-form-label` to your `