What is Twitter Bootstrap UI?

I recently came across this term, and I was wondering if there is anyone who could enlighten this concept and how it can fit into application development?

+6
source share
3 answers

Twitter bootstrap

You probably say Twitter Bootstrap . Not to be confused with normal bootstrap , something else.

Twitter bootstrap is a small (frontend) css / js "framework" with which you can create fluid web pages. Thus, this is for web design only.

This means that when you resize the browser, all elements will also be resized, so that it even displays everything well on the mobile device.

For examples and more information check out their github page: http://twitter.github.com/bootstrap/

What is self-tuning? (Bootstrap)

Bootstrap (or self-tuning) is something else. A bootstrap is a piece of code that runs when the machine (or application) first starts. The boot file contains all sorts of standard configurations to configure.

There are actually more details in the history of the bootstrap, so read the wikipedia article for more information:

http://en.wikipedia.org/wiki/Bootstrap

+8
source

Bootstrap (aka Twitter Bootstrap)

  • This is a powerful front-end framework (CSS, JS) for faster and easier web development.

  • It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as additional JavaScript extensions .

  • compatible with all browsers from mobile to desktop platform.

  • Starting with version 2.0, it also supports responsive design . This means that the location of web pages is dynamically changing , taking into account the characteristics of the device used (PC, tablet, mobile phone).

Its open source and its posting on github

Know more

+1
source

Actually, the people who answered the previous answers did not know this term and mistakenly provided you with something โ€œmore popularโ€.

The Bootstrap user interface is also called Angular UI . This is a JavaScript library that is used to improve the functions used in projects using both - Bootstrap + Angular. It is synchronized between them regarding pagination and other materials. This is useful for projects, mainly using Angular.

See here for more details:

https://angular-ui.imtqy.com/bootstrap/

https://scotch.io/tutorials/how-to-correctly-use-bootstrapjs-and-angularjs-together

Thanks buddy!

-1
source

Source: https://habr.com/ru/post/927904/


All Articles