2014-07-11 08:54:06 +08:00
|
|
|
---
|
2015-08-15 13:45:55 +08:00
|
|
|
layout: docs
|
2014-07-11 08:54:06 +08:00
|
|
|
title: Contents
|
2019-02-19 22:19:02 +08:00
|
|
|
description: Discover what's included in Bootstrap, including our precompiled and source code flavors.
|
2015-08-06 08:47:45 +08:00
|
|
|
group: getting-started
|
2017-05-28 13:03:48 +08:00
|
|
|
toc: true
|
2014-07-11 08:54:06 +08:00
|
|
|
---
|
|
|
|
|
2015-05-29 16:58:52 +08:00
|
|
|
## Precompiled Bootstrap
|
2014-07-11 08:54:06 +08:00
|
|
|
|
2015-08-09 05:57:12 +08:00
|
|
|
Once downloaded, unzip the compressed folder and you'll see something like this:
|
2014-07-11 08:54:06 +08:00
|
|
|
|
2018-06-28 02:15:23 +08:00
|
|
|
<!-- NOTE: This info is intentionally duplicated in the README. Copy any changes made here over to the README too, but be sure to keep in mind to add the `dist` folder. -->
|
2014-07-11 08:54:06 +08:00
|
|
|
|
2019-01-09 00:33:28 +08:00
|
|
|
{{< highlight text >}}
|
2014-07-11 08:54:06 +08:00
|
|
|
bootstrap/
|
|
|
|
├── css/
|
2017-10-13 19:34:43 +08:00
|
|
|
│ ├── bootstrap-grid.css
|
|
|
|
│ ├── bootstrap-grid.css.map
|
|
|
|
│ ├── bootstrap-grid.min.css
|
|
|
|
│ ├── bootstrap-grid.min.css.map
|
|
|
|
│ ├── bootstrap-reboot.css
|
|
|
|
│ ├── bootstrap-reboot.css.map
|
|
|
|
│ ├── bootstrap-reboot.min.css
|
2018-06-28 02:15:23 +08:00
|
|
|
│ ├── bootstrap-reboot.min.css.map
|
2019-07-13 16:09:01 +08:00
|
|
|
│ ├── bootstrap-utilities.css
|
|
|
|
│ ├── bootstrap-utilities.css.map
|
|
|
|
│ ├── bootstrap-utilities.min.css
|
|
|
|
│ ├── bootstrap-utilities.min.css.map
|
2018-06-28 02:15:23 +08:00
|
|
|
│ ├── bootstrap.css
|
|
|
|
│ ├── bootstrap.css.map
|
|
|
|
│ ├── bootstrap.min.css
|
|
|
|
│ └── bootstrap.min.css.map
|
2014-07-11 08:54:06 +08:00
|
|
|
└── js/
|
2017-10-16 13:01:58 +08:00
|
|
|
├── bootstrap.bundle.js
|
2018-06-28 02:15:23 +08:00
|
|
|
├── bootstrap.bundle.js.map
|
2017-10-16 13:01:58 +08:00
|
|
|
├── bootstrap.bundle.min.js
|
2018-06-28 02:15:23 +08:00
|
|
|
├── bootstrap.bundle.min.js.map
|
2019-03-03 18:01:29 +08:00
|
|
|
├── bootstrap.esm.js
|
|
|
|
├── bootstrap.esm.js.map
|
|
|
|
├── bootstrap.esm.min.js
|
|
|
|
├── bootstrap.esm.min.js.map
|
2014-07-11 08:54:06 +08:00
|
|
|
├── bootstrap.js
|
2018-06-28 02:15:23 +08:00
|
|
|
├── bootstrap.js.map
|
|
|
|
├── bootstrap.min.js
|
|
|
|
└── bootstrap.min.js.map
|
2019-01-09 00:33:28 +08:00
|
|
|
{{< /highlight >}}
|
2014-07-11 08:54:06 +08:00
|
|
|
|
2019-02-19 22:19:02 +08:00
|
|
|
This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/).
|
2014-07-11 08:54:06 +08:00
|
|
|
|
2017-10-31 04:08:37 +08:00
|
|
|
## CSS files
|
|
|
|
|
|
|
|
Bootstrap includes a handful of options for including some or all of our compiled CSS.
|
2017-10-13 19:34:43 +08:00
|
|
|
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-13 05:52:33 +08:00
|
|
|
<table class="table">
|
2017-10-13 19:34:43 +08:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th scope="col">CSS files</th>
|
2017-10-31 04:08:37 +08:00
|
|
|
<th scope="col">Layout</th>
|
|
|
|
<th scope="col">Content</th>
|
|
|
|
<th scope="col">Components</th>
|
|
|
|
<th scope="col">Utilities</th>
|
2017-10-13 19:34:43 +08:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th scope="row">
|
2017-10-31 04:08:37 +08:00
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap.css</code></div>
|
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap.min.css</code></div>
|
2017-10-13 19:34:43 +08:00
|
|
|
</th>
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-13 05:52:33 +08:00
|
|
|
<td>Included</td>
|
|
|
|
<td>Included</td>
|
|
|
|
<td>Included</td>
|
|
|
|
<td>Included</td>
|
2017-10-13 19:34:43 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th scope="row">
|
2017-10-31 04:08:37 +08:00
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap-grid.css</code></div>
|
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap-grid.min.css</code></div>
|
2017-10-13 19:34:43 +08:00
|
|
|
</th>
|
2020-03-20 19:34:13 +08:00
|
|
|
<td><a class="link-secondary" href="{{< docsref "/layout/grid" >}}">Only grid system</a></td>
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-13 05:52:33 +08:00
|
|
|
<td class="text-muted">—</td>
|
|
|
|
<td class="text-muted">—</td>
|
2020-03-20 19:34:13 +08:00
|
|
|
<td><a class="link-secondary" href="{{< docsref "/utilities/flex" >}}">Only flex utilities</a></td>
|
2017-10-13 19:34:43 +08:00
|
|
|
</tr>
|
2019-07-20 02:47:22 +08:00
|
|
|
<tr>
|
|
|
|
<th scope="row">
|
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap-utilities.css</code></div>
|
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap-utilities.min.css</code></div>
|
|
|
|
</th>
|
|
|
|
<td class="text-muted">—</td>
|
|
|
|
<td class="text-muted">—</td>
|
|
|
|
<td class="text-muted">—</td>
|
|
|
|
<td>Included</td>
|
|
|
|
</tr>
|
2017-10-13 19:34:43 +08:00
|
|
|
<tr>
|
|
|
|
<th scope="row">
|
2017-10-31 04:08:37 +08:00
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap-reboot.css</code></div>
|
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap-reboot.min.css</code></div>
|
2017-10-13 19:34:43 +08:00
|
|
|
</th>
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-13 05:52:33 +08:00
|
|
|
<td class="text-muted">—</td>
|
2020-03-20 19:34:13 +08:00
|
|
|
<td><a class="link-secondary" href="{{< docsref "/content/reboot" >}}">Only Reboot</a></td>
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-13 05:52:33 +08:00
|
|
|
<td class="text-muted">—</td>
|
|
|
|
<td class="text-muted">—</td>
|
2017-10-13 19:34:43 +08:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
2017-10-31 04:08:37 +08:00
|
|
|
## JS files
|
|
|
|
|
|
|
|
Similarly, we have options for including some or all of our compiled JavaScript.
|
2017-10-30 19:24:39 +08:00
|
|
|
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-13 05:52:33 +08:00
|
|
|
<table class="table">
|
2017-10-30 19:24:39 +08:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th scope="col">JS files</th>
|
2017-10-31 04:08:37 +08:00
|
|
|
<th scope="col">Popper</th>
|
2017-10-30 19:24:39 +08:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<th scope="row">
|
2017-10-31 04:08:37 +08:00
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap.bundle.js</code></div>
|
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap.bundle.min.js</code></div>
|
2017-10-30 19:24:39 +08:00
|
|
|
</th>
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-13 05:52:33 +08:00
|
|
|
<td>Included</td>
|
2017-10-30 19:24:39 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th scope="row">
|
2017-10-31 04:08:37 +08:00
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap.js</code></div>
|
|
|
|
<div><code class="font-weight-normal text-nowrap">bootstrap.min.js</code></div>
|
2017-10-30 19:24:39 +08:00
|
|
|
</th>
|
v5: Forms update (#28450)
* Initial spike of consolidated form checks
* Stub out forms rearrangement
- Prepping to drop non-custom file and range inputs
- Prepping to merge custom and native checks and radios (with switches)
- Prepping to merge custom select with form select
- Moving docs arround so forms has it's own area given volume of CSS
* Move input group Sass file to forms subdir
* Start to split and move the docs around
* Simpler imports
* Copyediting
* delete overview file
* Remove commented out code
* remove the custom-forms import
* rewrite flex-check as form-check, replace all custom properties
* Remove old forms doc
* stub out new subpage link section
* update migration guide
* Update nav, forms overview in page nav, and descriptions
* fix check bg position
* fix margin-top calculation
* rename .custom-select to .form-select
* Update validation styles for new checks
* add some vertical margin, fix inline checks
* fix docs examples
* better way to do this contents stuff, redo the toc while i'm at it
* page restyle for docs while here
* un-callout that, edit text
* redo padding on toc
* fix toc
* start to cleanup checks docs
* Rewrite Markdown tables into HTML
* Redesign tables, redo their docs
* Replace Open Iconic icons with custom Bootstrap icons
* Redesign the docs navbar, add a subheader, redo the sidebar
* Redesign docs homepage a bit
* Simplify table style overrides for docs tables
* Simplify docs typography for page titles and reading line length
* Stub out icons page
* Part of sidebar update, remove migration from nav.yml
* Move toc CSS to separate partial
* Change appearance of overview page
* fix sidebar arrow direction
* Add footer to docs layout
* Update descriptions
* Drop the .form-group class for margin utilities
* Remove lingering form-group-margin-bottom var
* improve footer spacing
* add headings to range page
* uncomment form range css
* Rename .custom-range to .form-range
* Drop unused docs var
* Uncomment the comment
* Remove unused variable
* Fix radio image sizing
* Reboot update: reset horizontal ul and ol padding
* de-dupe IDs
* tweak toc styles
* nvm, fix dropdown versions stuff
* remove sidebar nav toggle for now
* broken html
* fix more broken html, move css
* scss linting
* comment out broken helper docs
* scope styles
* scope styles
* Fixes #25540 and fixes #26407 for v5 only
* Update sidebar once more
* Match new sidenav order
* fix syntax error
* Rename custom-file to form-file, update paths, update migration docs for previous changes in #28696
* rename back
* fix size and alignment
* rename that back too
2019-07-13 05:52:33 +08:00
|
|
|
<td class="text-muted">—</td>
|
2017-10-30 19:24:39 +08:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
2015-05-29 16:58:52 +08:00
|
|
|
## Bootstrap source code
|
2014-07-11 08:54:06 +08:00
|
|
|
|
2014-12-05 07:25:24 +08:00
|
|
|
The Bootstrap source code download includes the precompiled CSS and JavaScript assets, along with source Sass, JavaScript, and documentation. More specifically, it includes the following and more:
|
2014-07-11 08:54:06 +08:00
|
|
|
|
2019-01-09 00:33:28 +08:00
|
|
|
{{< highlight text >}}
|
2014-07-11 08:54:06 +08:00
|
|
|
bootstrap/
|
|
|
|
├── dist/
|
|
|
|
│ ├── css/
|
|
|
|
│ └── js/
|
2018-11-29 04:57:02 +08:00
|
|
|
├── site/
|
2019-01-09 00:33:28 +08:00
|
|
|
│ └──content/
|
|
|
|
│ └── docs/
|
2020-05-14 03:36:00 +08:00
|
|
|
│ └── 5.0/
|
2019-01-09 00:33:28 +08:00
|
|
|
│ └── examples/
|
2014-11-26 09:09:23 +08:00
|
|
|
├── js/
|
2014-12-05 07:25:24 +08:00
|
|
|
└── scss/
|
2019-01-09 00:33:28 +08:00
|
|
|
{{< /highlight >}}
|
2014-07-11 08:54:06 +08:00
|
|
|
|
2018-11-29 04:57:02 +08:00
|
|
|
The `scss/` and `js/` are the source code for our CSS and JavaScript. The `dist/` folder includes everything listed in the precompiled download section above. The `site/docs/` folder includes the source code for our documentation, and `examples/` of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.
|