Logo Logo v2.0
Image Description Image Description

No Results

  • Get Support
  • Preview Demo
Logo Logo v2.0
  • Documentation
  • Introduction
  • Getting started
  • Getting Started
  • Gulp
  • Dark Mode New
  • Customization
  • Credits
  • Changelog
  • Design & Graphics
  • Bootstrap Icons
  • Illustrations
  • Components
  • Accordion
  • Alerts
  • Avatars
  • Badge
  • Breadcrumb
  • Buttons
  • Button Group
  • Cards
  • Collapse
  • Column Divider
  • Devices
  • Divider
  • Dropdowns
  • Icons
  • List Group
  • Lists
  • Legend Indicator
  • Modal
  • Offcanvas
  • Page Header
  • Pagination
  • Popovers
  • Progress
  • Profile
  • Shapes
  • Sliding Image
  • Spinners
  • Steps
  • Tab
  • Toasts
  • Tooltips
  • Typography
  • Navbars
  • Navbar
  • Navs
  • Mega Menu
  • Navbar Vertical Aside
  • Scrollspy
  • Tables
  • Tables
  • Datatables
  • Sticky Header
  • Basic forms
  • Basic Forms
  • Checks & Switches
  • Input Group
  • Advanced Forms
  • Advanced Select
  • Datepicker (Flatpickr)
  • Date Range Picker
  • Calendar (Fullcalendar)
  • File Attachments
  • Drag’ n’ Drop File Uploads
  • WYSIWYG Editor
  • Quantity Counter
  • Copy to Clipboard
  • Input Mask
  • Step Forms (Wizards)
  • Add Field
  • Toggle Password
  • Count Characters
  • Form Search
  • Toggle Switch
  • Google reCAPTCHA
  • Charts
  • Chart.js
  • Counter
  • Circles.js (Pie Chart)
  • Others
  • Fullscreen Lightbox
  • Leaflet
  • JSVectorMap
  • SortableJS
  • Sticky Block
  • Go To
  • Utilities
  • Backgrounds
  • Borders
  • Colors
  • Links
  • Position
  • Shadows
  • Sizing
  • Spacing
  • Z-index
  • Opacity

Legend indicator

A component to indicate properties of elements.

Examples

  • Preview
  • HTML
  • Default
  • Primary
  • Info
  • Danger
  • Success
  • Warning
  • Dark
  • Light
              
                <ul class="list-inline">
                  <li class="list-inline-item d-inline-flex align-items-center">
                    <span class="legend-indicator"></span>Default
                  </li>
                  <li class="list-inline-item d-inline-flex align-items-center">
                    <span class="legend-indicator bg-primary"></span>Primary
                  </li>
                  <li class="list-inline-item d-inline-flex align-items-center">
                    <span class="legend-indicator bg-info"></span>Info
                  </li>
                  <li class="list-inline-item d-inline-flex align-items-center">
                    <span class="legend-indicator bg-danger"></span>Danger
                  </li>
                  <li class="list-inline-item d-inline-flex align-items-center">
                    <span class="legend-indicator bg-success"></span>Success
                  </li>
                  <li class="list-inline-item d-inline-flex align-items-center">
                    <span class="legend-indicator bg-warning"></span>Warning
                  </li>
                  <li class="list-inline-item d-inline-flex align-items-center">
                    <span class="legend-indicator bg-dark"></span>Dark
                  </li>
                  <li class="list-inline-item d-inline-flex align-items-center">
                    <span class="legend-indicator bg-light"></span>Light
                  </li>
                </ul>