Bootstrap
Bootstrap is a popular front-end framework that streamlines website design. It allows for the creation of easy and responsive web layouts.
-
- Sign up for GitHub or sign in to edit this page
- Created by Mark Otto, Jacob Thornton
- Released August 19, 2011
Here are 17,827 public repositories matching this topic...
Test Case
https://codepen.io/valendres/pen/NzqyqN
Summary
Using @extend inside a ::before or ::after pseudo selector can result in invalid css, causing styling to not be applied to target elements. This happens when attempting to apply styling to elements within a .btn
Expected result
To be able to apply css on specific elements within a .btn.
Additional Informa
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
-
Updated
Oct 28, 2019 - 566 commits
- JavaScript
Free Bootstrap 4 Admin Dashboard Template
-
Updated
Oct 28, 2019 - 423 commits
- HTML
My apologies for posting this as a bug.
Yet I would like to know is there a way to simply customize the theme colour variants (i.e. 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light', 'link') globally without specifying it for every type of components?
In pure bootstrap, we can do something like this in scss
$theme-colors: (
"primary": #0074d9,
"dA datepicker for twitter bootstrap (@twbs)
-
Updated
Oct 28, 2019 - 1 commits
- JavaScript
WordPress starter theme with a modern development workflow
-
Updated
Oct 28, 2019 - 2 commits
- PHP
Describe the bug
I am use bootsrap vue in my nuxt js project and I always import the components that I have used on my project in order to ensure that no extra CSS gets added in my production code. But even after doing that when I created the production build of my site and went to view source I can still see many bootstrap css which are not being used anywhere in the project and also not
Some suggestions to improve the documentation of bootstrapTable:
- column option "sorter": please include expected return values for custom sorter function (it was only through guessing that I found out it's actually -1, 0, 1)
- table options/column options/events/methods: please sort the options/methods in alphabetical order - also in the index in the right column (it's very tedious to scan f
CoreUI is free bootstrap admin template
-
Updated
Oct 28, 2019 - 460 commits
- HTML
I'm making a data-heavy display with compact form controls and bootstrap-select seems to fit all my needs except it doesn't seem to have support for sizing.
In bootstrap3 my elements were all input-xs. Now with bootstrap4 that's been removed, so they're form-control-sm.
Are there options to make bootstrap-select elements at least as small as form-control-sm? They look totally out of plac
- components:
modal - reactstrap version
#6.4.0 - import method
es - react version
#16.4.0 - bootstrap version
#4.1.1
What is happening?
If you open the modal, focus any browser element (e.g. address bar), and start to press the tab key to move the focus forward body elements get the focus as usual.
What should be happening?
As described in https://www.w3.org/TR/w
Material Design for Bootstrap - Powerful and free UI KIT for Bootstrap 4
-
Updated
Oct 28, 2019 - 160 commits
- JavaScript
A free, open source, Bootstrap admin theme created by Start Bootstrap
-
Updated
Oct 28, 2019 - 122 commits
- HTML
A library of free and open source Bootstrap themes and templates
-
Updated
Oct 28, 2019 - 727 commits
- HTML
Nuxt.js
Hi there, how could I integrate the MDI with Nuxt.js?
Thanks
Single file for SVGs
Extends the default Bootstrap Modal class. Responsive, stackable, ajax and more.
-
Updated
Oct 25, 2019 - 226 commits
- JavaScript
Is there a way to put a FontAwesome instead of text on data-on-text and data-off-text? Thanks
Newer versions fail for me - does the README need "@angular/animations" to be added as a required dependency (or better yet, via the package.json so we don't need to explicitly install it)?
ERROR in ./node_modules/ngx-bootstrap/collapse/fesm5/ngx-bootstrap-collapse.js
Module not found: Error: Can't resolve '@angular/animations' in '<redacted>/node_modules/ngx-bootstrap/collapse/fesm5'
``
Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
-
Updated
Oct 25, 2019 - 1 commits
- HTML
An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, and more features.
-
Updated
Oct 28, 2019 - 1 commits
- JavaScript
Hello
tl;dr - does anybody know if there's a way to pay for a year's worth of octobox instead of month-by-month?
I saw that it's possible to support octobox "the company", which I'd like to do via a grant that we've got (I work at an educational institution so money flows through grants). However, I couldn
Spring Boot 2.1.8,Shiro1.4.0 & Layui 2.5.5 权限管理系统。预览地址:https://shiro.mrbird.cn:8080
-
Updated
Oct 28, 2019 - 103 commits
- Java
Learn about bootstrap
- Organization
- twbs
- Website
- getbootstrap.com
- Wikipedia
- Wikipedia
In our docs we check for the name of the colors to apply a light or dark color:
https://github.com/twbs/bootstrap/blob/master/site/content/docs/4.3/utilities/colors.md#L33
We could add this to the
theme-colors.ymlfile like this: