Logo v4.1
图片描述内容

没结果

  • 获取支持
  • 预览演示
Logo v4.1
  • 文档
  • 代码片段
  • 开发文档
  • 介绍
  • Getting started
  • Getting Started
  • Gulp
  • Customization
  • Credits
  • Changelog
  • 设计 & Graphics
  • Bootstrap Icons
  • Duotone Icons
  • Illustrations
  • 组件s
  • Accordion
  • Alerts
  • Avatars
  • Badge
  • 面包屑
  • Buttons
  • Cards
  • Collapse
  • Column Divider
  • Devices
  • Divider
  • Dropdowns
  • Icons
  • List Group
  • Lists
  • Legend Indicator
  • Modal
  • Offcanvas
  • Page Header
  • Pagination
  • Popovers
  • Progress
  • Profile
  • Shapes
  • Spinners
  • Steps
  • Tab
  • Tables
  • Text Highlight
  • Toasts
  • Tooltips
  • Typography
  • Navbars
  • Navbar
  • Navs
  • Mega Menu
  • Scrollspy
  • Basic forms
  • Basic Forms
  • Checks & Switches
  • Input Group
  • 高级 Forms
  • 高级 Select
  • File Attachments
  • Drag’ n’ Drop File Uploads
  • WYSIWYG Editor
  • Quantity Counter
  • Input Mask
  • Step Forms (Wizards)
  • Range Slider (noUiSlider)
  • Add Field
  • Toggle Password
  • Count Characters
  • Toggle Switch
  • Toggle State
  • Switch
  • Media
  • Fullscreen Lightbox
  • Video Background
  • Video Player
  • Swiper
  • Others
  • Maps (Leaflet)
  • Chart.js
  • Circles.js (Pie Chart)
  • Sticky Block
  • Countdown
  • Sorting (Shuffle.js)
  • Go To
  • Show Animation
  • Typed.js
  • Utilities
  • Backgrounds
  • Borders
  • Colors
  • Links
  • Position
  • Rotations
  • Shadows
  • Sizing
  • Spacing
  • Z-index

Legend indicator

A component to indicate properties of elements.

Examples

  • 预览
  • 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>