
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,704 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 15, 2019 - 566 commits
- JavaScript
Free Bootstrap 3 Admin Template
-
Updated
Oct 16, 2019 - 410 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,
"d
A datepicker for twitter bootstrap (@twbs)
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
WordPress starter theme with a modern development workflow
-
Updated
Oct 15, 2019 - 2 commits
- PHP
I would like to display only first/prev/next/last buttons (no page numbers).
But for pagination component there is minimum supported value for limit prop set to 3 according to docs.
<b-pagination
v-model="currentPage"
:limit="0"
:total-rows="totalRows"
:per-page="perPage"
size="sm"
class="float-sm-right mb-0"
></b-pagination>
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 16, 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:
button
- reactstrap version
8.0.1
The bootstrap 4 js adds focus
class to the styling of buttons on the focus
event and removes it on the blur
event. This helps for keyboard navigation of buttons.
Reactstrap should do the same.
Material Design for Bootstrap - Powerful and free UI KIT for Bootstrap 4
-
Updated
Oct 16, 2019 - 157 commits
- JavaScript
A free, open source, Bootstrap admin theme created by Start Bootstrap
-
Updated
Oct 16, 2019 - 122 commits
- HTML
A library of free and open source Bootstrap themes and templates
-
Updated
Oct 16, 2019 - 724 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 8, 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 15, 2019 - 1 commits
- HTML
An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, and more features.
-
Updated
Oct 15, 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 16, 2019 - 102 commits
- Java
Learn about bootstrap
- Organization
- twbs
- Website
- getbootstrap.com
- Wikipedia
- Wikipedia
We should have a look at combining the CSS of the docs and Bootstrap into one file. We'll be able to extend the
theme-color
map and extend the utility API for utilities we only use in the docs.Related PR: twbs/bootstrap#28500 (this one was closed since our build setup has changed)