Jump to content

Bootstrap (front-end framework)

From Wikipedia, the free encyclopedia

Bootstrap
Original author(s)Mark Otto, Jacob Thornton
Developer(s)Bootstrap Core Team
Initial releaseAugust 19, 2011;12 years ago(2011-08-19)
Stable release
5.3.3[1]Edit this on Wikidata / 20 February 2024;4 months ago(20 February 2024)
RepositoryBootstrap Repository
Written inHTML,CSS,Less(v3),Sass(v4) andJavaScript
PlatformWeb platform
LicenseMIT License[2](Apache License 2.0prior to 3.1.0)[3]
Websitegetbootstrap.comEdit this on Wikidata

Bootstrap(formerlyTwitter Bootstrap) is afree and open-sourceCSS frameworkdirected at responsive,mobile-firstfront-end web development.It containsHTML,CSSand (optionally)JavaScript-based design templates fortypography,forms,buttons,navigation,and other interface components.

As of May 2023,Bootstrap is the 17th most starred project (4th most starred library) onGitHub,with over 164,000 stars.[4]According to W3Techs, Bootstrap is used by 19.2% of all websites.[5]

Features[edit]

Bootstrap is an HTML, CSS and JS library that focuses on simplifying the development of informative web pages (as opposed toweb applications). The primary purpose of adding it to a web project is to apply Bootstrap's choices of color, size, font and layout to that project. As such, the primary factor is whether the developers in charge find those choices to their liking. Once added to a project, Bootstrap provides basic style definitions for allHTML elements.The result is a uniform appearance for prose, tables and form elements acrossweb browsers.In addition, developers can take advantage of CSS classes defined in Bootstrap to further customize the appearance of their contents. For example, Bootstrap has provisioned for light- and dark-colored tables, page headings, more prominentpull quotes,and text with a highlight.

Bootstrap also comes with several JavaScript components which do not require other libraries likejQuery.They provide additional user interface elements such asdialog boxes,tooltips,progress bars, navigation drop-downs, and carousels. Each Bootstrap component consists of an HTML structure, CSS declarations, and in some cases accompanying JavaScript code. They also extend the functionality of some existing interface elements, including for example an auto-complete function for input fields.

Example of a webpage using Bootstrap framework
Example of a webpage using Bootstrap framework rendered inFirefox

The most prominent components of Bootstrap are its layout components, as they affect an entire web page. The basic layout component is called "Container", as every other element in the page is placed in it. Developers can choose between a fixed-width container and a fluid-width container. While the latter always fills the width with the web page, the former uses one of the five predefined fixed widths, depending on the size of the screen showing the page:[6]

  • Smaller than 576 pixels
  • 576–768 pixels
  • 768–992 pixels
  • 992–1200 pixels
  • 1200-1400 pixels
  • Larger than 1400 pixels

Once a container is in place, other Bootstrap layout components implement a CSS Flexbox layout through defining rows and columns.

A precompiled version of Bootstrap is available in the form of one CSS file and three JavaScript files that can be readily added to any project. The raw form of Bootstrap, however, enables developers to implement further customization and size optimizations. This raw form is modular, meaning that the developer can remove unneeded components, apply a theme and modify the uncompiledSassfiles.

History[edit]

Early beginnings[edit]

Bootstrap, originally named Twitter Blueprint, was developed by Mark Otto and Jacob Thornton atTwitteras a framework to encourage consistency across internal tools. Before Bootstrap, various libraries were used for interface development, which led to inconsistencies and a high maintenance burden. According to Otto:

A super small group of developers and I got together to design and build a new internal tool and saw an opportunity to do something more. Through that process, we saw ourselves build something much more substantial than another internal tool. Months later, we ended up with an early version of Bootstrap as a way to document and share common design patterns and assets within the company.[7]

After a few months of development by a small group, many developers at Twitter began to contribute to the project as a part of Hack Week, ahackathon-style week for the Twitter development team. It was renamed from Twitter Blueprint to Twitter Bootstrap and released as an open-source project on August 19, 2011.[8]It has continued to be maintained by Otto, Thornton, a small group of core developers, and a large community of contributors.[9]

Bootstrap 2[edit]

On January 31, 2012, Bootstrap 2 was released, which added built-in support for Glyphicons, several new components, as well as changes to many of the existing components. This version supportsresponsive web design,meaning the layout of web pages adjusts dynamically, taking into account the characteristics of the device used (whether desktop, tablet, mobile phone).[10]Shortly before the release of Bootstrap 2.1.2, Otto and Thornton left Twitter, but committed to continue to work on Bootstrap as an independent project.[11]

Bootstrap 3[edit]

On August 19, 2013, Bootstrap 3 was released. It redesigned components to useflat designand amobile firstapproach.[12]Bootstrap 3 features new plugin system withnamespacedevents. Bootstrap 3 dropped Internet Explorer 7 and Firefox 3.6 support, but there is an optionalpolyfillfor these browsers.[13]Bootstrap 3 was also the first version released under the twbs organization on GitHub instead of the Twitter one.[14]

Bootstrap 4[edit]

Otto announced Bootstrap 4 on October 29, 2014.[15]The first alpha version of Bootstrap 4 was released on August 19, 2015.[16]The first beta version was released on August 10, 2017.[17]Otto suspended work on Bootstrap 3 on September 6, 2016, to free up time to work on Bootstrap 4. Bootstrap 4 was finalized on January 18, 2018.[18]

Significant changes include:

  • Major rewrite of the code
  • ReplacingLesswithSass
  • Addition ofReboot,a collection of element-specific CSS changes in a single file, based onNormalize
  • Dropping support forIE8,IE9,andiOS 6
  • CSS Flexible Boxsupport
  • Adding navigation customization options
  • Adding responsive spacing and sizing utilities
  • Switching from thepixelsunit in CSS toroot ems
  • Increasing global font size from 14px to 16px for enhanced readability
  • Dropping thepanel,thumbnail,pager,andwellcomponents
  • Dropping theGlyphiconsicon font
  • Huge number[quantify]of utility classes
  • Improved form styling, buttons, drop-down menus, media objects and image classes

Bootstrap 4 supports the latest versions ofGoogle Chrome,Firefox,Internet Explorer,Opera,andSafari(except on Windows). It additionally supports back toIE10and the latestFirefoxExtended Support Release (ESR).[19]

Bootstrap 5[edit]

Bootstrap 5 was officially released on May 5, 2021.[20][21]

Major changes include:[22]

  • New offcanvas menu component
  • Removing dependence onjQueryin favor of vanilla JavaScript
  • Rewriting the grid to support responsive gutters and columns placed outside of rows
  • Migrating the documentation fromJekylltoHugo
  • Dropping support forInternet Explorer[23]
  • Moving testing infrastructure fromQUnittoJasmine
  • Adding custom set of SVG icons[24]
  • Adding CSS custom properties
  • Improved API
  • Enhanced grid system
  • Improved customizing docs
  • Updated forms
  • RTL support
  • Built in darkmode support

See also[edit]

Also, severalweb frameworkssupport rendering in Bootstrap.[25][26]

References[edit]

  1. ^"Release 5.3.3".February 20, 2024.RetrievedFebruary 20,2024.
  2. ^"bootstrap/LICENSE".Github.
  3. ^"bootstrap/LICENSE (v3.0.3)".Github.
  4. ^"Search · stars:>100000".GitHub.RetrievedDecember 4,2022.
  5. ^"Usage statistics and market share of Bootstrap for websites".w3techs.com.RetrievedJanuary 24,2023.
  6. ^"Bootstrap Containers · Bootstrap v5.0".
  7. ^Otto, Mark (January 17, 2012)."Bootstrap in A List Apart No. 342".Mark Otto's blog.Archivedfrom the original on October 28, 2016.RetrievedFebruary 23,2017.
  8. ^Otto, Mark (August 19, 2011)."Bootstrap from Twitter".Developer Blog.Twitter.Archivedfrom the original on February 23, 2017.RetrievedFebruary 23,2017.
  9. ^"About".Bootstrap.August 19, 2011.RetrievedFebruary 23,2017.
  10. ^Otto, Mark (January 31, 2012)."Say hello to Bootstrap 2.0".Developer Blog.Twitter.Archivedfrom the original on February 23, 2017.RetrievedFebruary 23,2017.
  11. ^Otto, Mark (September 29, 2012)."Onward".blog.getbootstrap.com.
  12. ^"Bootstrap Blog - Bootstrap 3 released".
  13. ^Otto, Mark (August 19, 2013)."Bootstrap 3 released".Archivedfrom the original on October 21, 2016.RetrievedFebruary 23,2017.
  14. ^"Bootstrap 3 plans".December 10, 2012.
  15. ^Otto, Mark (October 29, 2014)."Bootstrap 3.3.0 released".Archivedfrom the original on July 24, 2016.RetrievedFebruary 23,2017.
  16. ^Otto, Mark (August 19, 2015)."Bootstrap 4 alpha".Archivedfrom the original on January 23, 2017.RetrievedFebruary 23,2017.
  17. ^Otto, Mark; Thornton, Jacob (August 10, 2017)."Bootstrap 4 Beta".RetrievedAugust 16,2017.
  18. ^"Bootstrap 4".blog.getbootstrap.com.January 18, 2018.RetrievedFebruary 5,2021.
  19. ^"Supported browsers".Bootstrap.RetrievedFebruary 23,2017.
  20. ^"Release Release v5.0.0 (#33647) · twbs/bootstrap".GitHub.RetrievedMay 5,2021.
  21. ^"Bootstrap 5".blog.getbootstrap.com.May 5, 2021.
  22. ^"Bootstrap 5 grid by MartijnCuppens · Pull Request #28517 · twbs/bootstrap".GitHub.RetrievedSeptember 29,2019.
  23. ^"v5: drop Internet Explorer support by XhmikosR · Pull Request #30377 · twbs/bootstrap".GitHub.RetrievedApril 7,2020.
  24. ^"Bootstrap Icons".RetrievedNovember 7,2022.
  25. ^"Bootstrap-Flask".HelloFlask.RetrievedNovember 7,2022.
  26. ^"Bootstrap-Django".zelenij.RetrievedNovember 7,2022.

External links[edit]