Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 743 Bytes

File metadata and controls

43 lines (27 loc) · 743 Bytes

Badges

This is to display.. a circle boi.. :)

<span class="badge badge-primary"></span> Primary

Colors

To color the badges, add .badge-[color-tag]

  • .badge-primary
  • .badge-secondary
  • .badge-accent
  • .badge-neutral
  • .badge-error
  • .badge-caution
  • .badge-success

More info on color tags

The color can be customized by adding a background-color property to the badge

<span class="badge" style="background-color:pink;"></span> Primary

Size

.badge-large

Make the boi larger

.badge-small

Make the boi small

Look at them. so round. so precious

Back to TOC