Angular ng Bootstrap Dropdown Component
Angular ng bootstrap is a bootstrap framework used with angular to create components with great styling and this framework is very easy to use and is used to make responsive websites....
read more
How to set the dropdown button in the center?
Dropdown menu is a menu that offers a list of options to choose from. The title of the menu is always in display and the rest of the items are hidden. It is a toggleable menu in which all the items can be shown by clicking on it....
read more
How to disable tabs in Bootstrap ?
To disable a tab, we can remove the attribute : data-toggle=”tab” from the tab part enclosed under ‘a’ element. Further we can add the class .disabled to the parent list item element to make it look visually disabled. (like class=”disabled” inside list item)To show a case of disabling tabs, first, we go through an example with tabs enabled....
read more
Bootstrap 4 Introduction
Bootstrap is a free and open-source tool collection for creating responsive websites and web applications. It is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first websites. It solves many problems which we had once, one of which is the cross-browser compatibility issue. Nowadays, the websites are perfect for all the browsers (IE, Firefox, and Chrome) and for all sizes of screens (Desktop, Tablets, Phablets, and Phones). All thanks to Bootstrap developers -Mark Otto and Jacob Thornton of Twitter, though it was later declared to be an open-source project. Bootstrap has evolved many versions and every time when we want to use this framework we can select the version which we want to use....
read more
Bootstrap vs Material UI
Should you prefer Bootstrap or Material UI for web development? This is a long-standing question for frontend developers and especially those who have just started to dig into frontend frameworks. There are a lot of debate and arguments on these two but no one has a definite answer. So, we will try to make a clear distinction about which one you should use....
read more
How to set column in center using Bootstrap?
Setting a column in the center using Bootstrap refers to the process of horizontally aligning a column within its parent element using Bootstrap’s predefined classes or utilities. This alignment ensures that the column is positioned centrally within its parent container on the webpage....
read more
React-Bootstrap Tables Component
React-Bootstrap is a front-end framework that was designed keeping react in mind. Bootstrap was re-built and revamped for React, hence it is known as React-Bootstrap....
read more
React-Bootstrap Image Component
React-Bootstrap is a front-end framework that was designed keeping react in mind. Image Component provides a way to put images in our application with the help of this Image Component. We can use the following approach in ReactJS to use the react-bootstrap Image Component....
read more
How to Automatically Close Alerts using Twitter Bootstrap ?
All modern web application uses alerts to show messages to the user. These alerts have a close button to close them or can be closed automatically using Twitter Bootstrap. In this post, we will create automatically closing of alerts using twitter Bootstrap....
read more
How to Set navbar active class with Bootstrap and AngularJS ?
In this article, we will see how to set the navbar active class with Bootstrap and AngularJS, & will know its implementation through the example. To accomplish this task, you can use ng-controller(NavigationController) to set the bootstrap navbar active class with AngularJS. To run a single controller outside ng-view. You can set class= “active” when the angular route is clicked. The below example implements the above approach....
read more
React-Bootstrap Accordion Component
React-Bootstrap is a front-end framework that was designed keeping react in mind. Accordion Component provides a way to control our card components so that we can open them one at a time. We can use the following approach in ReactJS to use the react-bootstrap Accordion Component....
read more
How to design Responsive card-deck with fixed width in Bootstrap ?
Bootstrap card provide us a lot of functionality that we can play around. We can also make them responsive and also of fixed size all depends on our need. So the code for the fixed size bootstrap card deck is given below. We have provided the code without using CSS properties so it looks much simpler and easier to understand....
read more