-
-
Notifications
You must be signed in to change notification settings - Fork 79k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into patrickhlauke-issue37428
- Loading branch information
Showing
165 changed files
with
2,011 additions
and
1,228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="../../../dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<title>Form</title> | ||
<style></style> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1>Input <small>Bootstrap Visual Test</small></h1> | ||
|
||
<h2>No layout</h2> | ||
|
||
<div class="mb-3"> | ||
Text | ||
<input class="form-control"> | ||
</div> | ||
<div class="mb-3"> | ||
<input type="email" class="form-control"> | ||
</div> | ||
<div class="mb-3"> | ||
Number | ||
<input type="number" class="form-control"> | ||
</div> | ||
<div class="mb-3"> | ||
Date | ||
<input type="date" class="form-control"> | ||
</div> | ||
|
||
<h2>Flex</h2> | ||
|
||
<div class="d-flex flex-wrap gap-3 mb-3"> | ||
<div> | ||
Text | ||
<input class="form-control"> | ||
</div> | ||
<div> | ||
<input type="email" class="form-control"> | ||
</div> | ||
<div> | ||
Number | ||
<input type="number" class="form-control"> | ||
</div> | ||
<div> | ||
Date | ||
<input type="date" class="form-control"> | ||
</div> | ||
</div> | ||
|
||
<h2>Grid</h2> | ||
|
||
<div class="row mb-3"> | ||
<div class="col"> | ||
Text | ||
<input class="form-control"> | ||
</div> | ||
<div class="col"> | ||
<input type="email" class="form-control"> | ||
</div> | ||
<div class="col"> | ||
Number | ||
<input type="number" class="form-control"> | ||
</div> | ||
<div class="col"> | ||
Date | ||
<input type="date" class="form-control"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="../../../dist/js/bootstrap.bundle.js"></script> | ||
<script></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.