Top "Bootstrap-4" questions

Bootstrap 4 is the fourth major version of the popular front-end component library.

How do I use bootstrap mixins in angular-cli

I tried using a mixin in my styles.scss but it says it is not defined. I've tried: Using it …

css angular sass bootstrap-4 scss-mixins
make btn-group responsive

I have a very long list of buttons and I need to group them, but also display them nicely. And …

css bootstrap-4 responsive
Angular 5 ngx-bootstrap form validation

I'm reading Ari Lerner's ng-book on Angular 5. I'm using ngx-bootstrap and Bootstrap 4. Form validation doesn't seem to be working the …

angular bootstrap-4 ngx-bootstrap
Bootstrap 4 Collapse Accordion - always have one panel open

I'm using Bootstrap 4.0's collapse component in an accordion similar to what they have on their docs. <div id="…

bootstrap-4 bootstrap-accordion
How to get dir="rtl" to work with bootstrap 4.3.1?

I am creating a simple html/css page using bootstrap 4.3.1 . In one paragraph, I will be using some arabic text …

html css bootstrap-4 right-to-left
How to use ngx-bootstrap typeahead with async httpclient call

I'm attempting to populate nxg-bootstrap typeahead with async results from a rest backend in Angular 4. Their site has an example (…

javascript angular bootstrap-4 ngx-bootstrap
How to specify responsive column width for table in Bootstrap v4

In Bootstrap 3, I can easily design responsive sensitive table. I can split columns into their grid system. More than that …

css twitter-bootstrap responsiveness bootstrap-4
Bootstrap 4 Navigation Divider

I've been trying to combine two ul in one responsive navigation bar with a divider, without messing up with the …

html css navigation bootstrap-4 divider
Bootstrap 4.1.1 Navbar not working with Angular 6

I have been trying to work on Navbar with collapse menu and dropdown link using Bootstrap 4.1.1 and Angular 6 but somehow …

bootstrap-4 angular6 angular-cli-v6
Bootstrap 4.0 Grid System Layout not working

I'm trying to do a layout with bootstrap, but I can't figure it out what I'm doing wrong. I'm putting …

layout grid row bootstrap-4 col