Category: 7. Demos

https://cdn-icons-png.flaticon.com/512/5038/5038590.png

  • List groups demo

    What is a list group?

    List group is a versatile component that allows you to display a list of items in a well-organized and visually appealing manner. List group is often used to present a collection of related content, such as a set of articles, comments, or user profiles.

    The Bootstrap provides a set of classes that can be used to add and customize the list groups:

    classdescription
    .list-groupApplied to the <ul> element to create a list group container
    .list-group-itemApplied to the <li> elements to style them as list group items
    .list-group-item-actionThis class makes list group items appear interactive and responsive to user interactions
    .activeThis class sets an item active in the list
    .disabledThis class makes an item disabled in the list
    .list-group-item-{color}Customizes the background color of list group items
    .list-group-item-{color}-textCustomizes the color of the text of list group items
    .list-group-item-{color}-activeHighlights the selected item with the specified background color
    .list-group-flushRemoves the border and border-radius of list group items
  • Dropdown Demo

    What is a dropdown?

    The dropdown menu is a UI component that allows users to select an option from a list of choices. Dropdowns are commonly used for navigation, forms, and other interactive elements on a website.

    Bootstrap provides built-in CSS classes, that can be used to create a dropdown menu:

    • .dropdown-menu – This class is usually defined in CSS to style the appearance and behavior of the dropdown menu.
    • .dropdown-item – This class might be used to control the appearance of each item within the dropdown list.
  • Sidebar Demo

    What is a sidebar?

    A sidebar is a vertical column placed alongside the main content area and used to display navigation information.

    Bootstrap sidebar represents a custom sidebar component built using Bootstrap’s classes and utilities. In Bootstrap, a sidebar is often created using a combination of the grid system, flexbox, and CSS classes such as .col and .d-flex.

  • Features Demo

    Overview

    Bootstrap features can be used to enhance the user experience by providing easily recognizable icons for various functions or elements. Icons can add meaning to different actions or elements, improving the overall user experience.

    Some of the examples of the features are as follows.

    ExampleDescriptionDownload link
    Columns with iconsThis example shows a features section with icons, titles, descriptions, and links.
    Hanging iconsThis example shows a simple features section with hanging icons.
    Custom cardThis example shows three custom cards that contain a title, icons, and images.
    Icon gridThis example shows a features layout with icon grid.
    Features with titleThis example shows a feature section that has a small icon along with a title.
  • Heroes Demo

    What is a heroes?

    A heroes in Bootstrap is a large, full-width container use to represents images, a title, a brief description, buttons, and more. They make your homepage look better and give clear instructions on what visitors should do next.

  • Footers demo

    What is a footer?

    A footer is a section of a webpage that typically appears at the bottom of the content. It contains information like copyright notices, contact details, or links to important pages.

    The <footer> tag is an HTML element used to define the footer section of a webpage.

  • Headers Demo

    What is a header?

    A header refers to the top section of a website, containing elements like the site’s logo, navigation menu, and other relevant information. The header is an essential part of a website’s layout.

    The <header> tag is an HTML element that defines a header section for the webpage. It is commonly placed at the top of the page.

  • Carousel demo

    What is a carousel?

    A carousel in bootstrap is a slideshow component that allows users to display multiple images, videos, or other types of content in a looping sequence. It is a responsive and dynamic component that can be easily customized.

    Bootstrap provides a set of classes that can be used to create a carousel component and customize it.

    Two main classes for adding carousel are:

    classdescription
    .carouselThis class sets up the basic structure of the carousel
    .carousel-itemThis class is used to define the individual slides within the carousel

    Optional classes to customize the slides in a carousel are:

    classdescription
    .slideAdds a sliding animation to the carousel
    .activeDefines the initial active slide
    .carousel-indicatorsAdds navigation indicators to the bottom of the carousel
    .carousel-control-prev and carousel-control-nextAdds left and right arrow buttons to the carousel for manual navigation
    .carousel-captionAdds a caption or description to each slide in the carousel
  • Slider Demo

    Bootstrap provides a few different options for styling Navigation slider. Some of examples are as shown below −

    ExampleDescriptionDownload link
    Slide menu on overThis example indicates about Slider Menu structure in BootstrapDownload
    Sub MenuThis example indicates about Slider Sub Menu structure in BootstrapDownload
    Sidebar With TabsThis example indicates about Slider With Tabs structure in BootstrapDownload
    TabsThis example indicates about Tabs structure in BootstrapDownload
  • Blog Demo

    What is a blog?

    A blog in Bootstrap refers to a blog website that is built using the Bootstrap framework for its layout, design, and responsive capabilities.

    A blog can be created using various Bootstrap components, such as the grid system for layout, navigation bars, cards, and responsive design classes to ensure the blog looks good on various devices and screen sizes.