Tag: Bootstrap
Rebuild a Bootstrap 4 example with BootstrapVue
Thursday, October 8, 2020
Learn how to rebuild a Bootstrap 4 example from the official docs, using the BootstrapVue framework. This is a practical exercise to get more familiar with both Vue and BootstrapVue.
How to use BootstrapVue aspect component
Wednesday, October 7, 2020
Learn how to setup and use BootstrapVue alerts in a brand new Vue app, from scratch.
How to use BootstrapVue alert component
Wednesday, October 7, 2020
Learn how to setup and use BootstrapVue alerts in a brand new Vue app, from scratch.
How to use BootstrapVue modals
Monday, October 5, 2020
Learn how to setup and use BootstrapVue modals in a brand new Vue app, from scratch.
How to use BootstrapVue modals
Monday, October 5, 2020
Learn how to setup and use BootstrapVue modals in a brand new Vue app, from scratch.
Prepping a brand new Vue app for BootstrapVue practice
Saturday, October 3, 2020
This is a step-by-step guide to setting up a brand new Vue app to work with the BootstrapVue library.
Building Bootstrap 4 layouts, part 12: Build a Shopify clone layout
Friday, October 11, 2019
See how to clone a Shopify homepage layout in Bootstrap 4. We'll go step by step, from setting up the project and building the navbar, to setting the breakpoint for the toggle button, adding a hero section, showcase section, support, merchants, testimonials sections, and the footer area. We'll discuss flexbox in Bootstrap 4 and conclude with the completed live layout.
Building Bootstrap 4 layouts, part 11: Build an AirBnB clone layout
Wednesday, October 9, 2019
See how to clone an AirBnB homepage layout in Bootstrap 4. We'll use the live AirBnB website to plan our layout, and then we'll build it, including forms, datepickers, cards, icons, testimonials, and star ratings. We'll also track our progress using Git so you can see each step of the development, and we'll commit our changes on GitHub so that it can easily be shared.
Building Bootstrap 4 layouts, part 10: Build a Bootstrap 4 layout and track it with Git
Monday, October 7, 2019
See how to build a Bootstrap 4 layout step-by-step with the help of GitHub so that you can track your progress. We'll use the Brackets editor and the Github Desktop app. We'll build a custom layout using the Carousel example layout as our starting point. We'll also add a scrollspy to our navbar so that it updates as visitors scroll down our page.
Building Bootstrap 4 layouts, part 9: Build another Bootstrap layout in Angular
Sunday, October 6, 2019
This tutorial shows how to cherry-pick Bootstrap 4 components to quickly build a Boostrap 4 layout with Angular 8. We'll also use GitHub to keep track of updates to our project, and Stackblitz to develop our theme in an online IDE, so that we can share it easier.
Building Bootstrap 4 layouts, part 8: Modularize your Bootstrap layouts
Saturday, October 5, 2019
In part 8 of Building Bootstrap layouts tutorial series, we'll learn how to modularize our Bootstrap layouts with the help of Angular. This post will also be a gentle introduction into the very basics of Angular 8. We'll use Stackblitz to help us build a minimal Angular app, and we'll add our Bootstrap 4 layout on top of it.
Building Bootstrap 4 layouts, part 7: Building a typography-focused layout
Friday, October 4, 2019
In this tutorial we'll build a complete Boostrap 4 layout based on the official Bootstrap 4 starter layout. We'll use some free fonts from the Google fonts website to build a typography-focused website layout. We'll also use the Brackets editor so that we can see our changes updated live. We'll copy a custom navbar from a premium Bootstrap theme and learn a bunch of stuff in the process.
Building Bootstrap 4 layouts, part 6: Working with SCSS in Bootstrap 4
Thursday, October 3, 2019
In this tutorial we'll upgrade the Checkout from example from the official getbootstrap website. We'll work with SCSS using th Koala app and Bootstrap 4.3 SCSS files. We'll see how to change default Bootstrap SCSS variables to get a custom layout.
Building Bootstrap 4 layouts, part 5: Improving Bootstrap's official examples
Tuesday, October 1, 2019
Let's upgrade the official Pricing example layout from the official getbootstrap website. We'll copy custom CSS from another Bootstrap layout so that we make a custom, hybrid layout. We'll learn how to copy a Bootstrap 4's theme CSS file, and how to trim the unused CSS using Chrome devtools.
Building Bootstrap 4 layouts, part 4: Improving Bootstrap's official examples
Monday, September 30, 2019
Let's upgrade the official Album example layout from the official getbootstrap website. We'll make it our own by adding transparency to the background color, adding some images, and learning about some Chrome developer tools functionality.
Building Bootstrap 4 layouts, part 3: Bootstrap components
Monday, September 30, 2019
What are components in Boostrap 4? We can divide them into primary and secondary components. We'll use several of these primary components to build a simple and nice-looking layout, with a navbar, a carousel, a heading and some cards. Build a Bootstrap 4 layout quickly in this fun tutorial!
Building Bootstrap 4 layouts, part 2: Rows and responsive columns
Sunday, September 29, 2019
Learn about Bootstrap 4's column grid and build a simple responsive layout in this tutorial. Additionally, understand how the row class works in combination with column classes and how they all fit in container classes in Bootstrap 4.
Building Bootstrap 4 layouts, part 1: Containers and contextual colors
Saturday, September 28, 2019
Learn about Bootstrap containers and about the difference between regular containers and fluid containers. Additionally, we'll cover Bootstrap 4's contextual color classes: primary, secondary, success, danger, warning, info, light and dark. Learn how these are used for backgrounds and text color.
bootstrap angular ngx bootstrap
Conditionally showing a text area if a checkbox is checked in Angular 8
Wednesday, September 4, 2019
This Angular tutorial covers a specific use case involving a checkbox which is checked when the app loads. Clicking the checkbox will change the word 'OK' to 'NOT OK', and turn on a textarea to add a comment. If a user clicks the checkbox again after typing a comment, they'll need to confirm that they're cancelling their comment text. In other words, clicking OK erases any possibility of adding...
Rebuilding a Bootstrap 4 pricing example layout in Angular 8
Wednesday, September 4, 2019
This tutorial shows how to build a pricing table theme using the popular Angular framework by Google.
bootstrap angular ngx bootstrap
Rebuilding an example Bootstrap 4 layout in Angular 8
Tuesday, September 3, 2019
In this tutorial, we'll rebuild an example Bootstrap 4 layout in Angular 8. We'll follow a simple component-building recipe, add a few components, and use a repeater technique to repeat one single card component into 12 repeated components.
bootstrap angular ngx bootstrap
Working with ngx-bootstrap's typeahead component in Angular 8
Monday, September 2, 2019
How to get the typeahead functionality to work in ngx-bootstrap? Find out in this tutorial.
bootstrap angular ngx bootstrap
Working with ngx-bootstrap's rating, sortable, timepicker, and tooltip components in Angular 8
Sunday, September 1, 2019
How to work with ngx-bootstrap's rating, sortable, timepicker, and tooltip components in Angular 8? Learn with this blog post from walk-though step by step examples and supporting ready-to-use source-code on Stackblitz.
bootstrap angular ngx bootstrap
Working with ngx-bootstrap modals, pagination, popover, and progress bars in Angular 8
Friday, August 30, 2019
In this tutorial, we'll work with ngx-bootstrap modals, pagination, popovers, and progress-bar components. We'll see how they work in a live Stackblitz example.
bootstrap angular ngx bootstrap
Working with ngx-bootstrap buttons, carousel, datepicker, and dropdowns in Angular 8
Wednesday, August 28, 2019
Learn how to work with ngx-bootstrap components: buttons, carousel, datepicker, adn dropdowns; practical examples and live Stackblitz implementation provided.
bootstrap angular ngx bootstrap
Working with ngx-bootstrap alerts in Angular 8
Wednesday, August 28, 2019
How to work with alerts in ngx-bootstrap? In this tutorial, we'll go through the steps of adding and manipulating alerts in ngx-bootstrap using Stackblitz.
bootstrap angular ngx bootstrap
Working with ngx-bootstrap tabs in Angular 8
Tuesday, August 27, 2019
How to use ngx-bootstrap tabs in Angular 8? Read about it in this article with detailed instructions.
How to prototype Bootstrap 4 layouts with Angular 8, part 2
Monday, August 26, 2019
Use ngx-bootstrap to build a Bootstrap-styled navbar with the help of the collapse component. Step-by-step instructions are supported by GitHub commits and a live code example. We'll also examine how to animate our navigation toggle.
How to prototype Bootstrap 4 layouts with Angular 8, part 1
Saturday, August 24, 2019
Use ngx-bootstrap to build a simple accordion component from scratch. This tutorial is available on GitHub as well. Follow this guide while we build the ngx-bootstrap accordion step by step. The live code example is also available.