GorangoCSS Docs
Project HomeProject Repo
  • Overview
  • Changelog
  • Contributing
    • Contributing to GorangoCSS
    • Contributing to the Docs
  • Layouts
    • Hero
    • Columns
    • Flex
  • Components
    • Buttons
    • Notice
    • Card
    • Highlight
    • Float
    • Badge
  • Utilities
    • Background Color
    • Border
      • Border Properties
      • Rounded Border
    • Margin
    • Padding
Powered by GitBook
LogoLogo

© Kawanua Indo Digital

On this page
  • Class
  • Code Sample

Was this helpful?

  1. Components

Badge

Since 1.6.0

Class

.badge
.badge--{info | success | warning | danger}

Code Sample

.badge--info

<span class="badge--info">New</span> Badge with Info properties!

.badge--success

<span class="badge--success">New</span> Badge with Success properties!

.badge--warning

<span class="badge--warning">New</span> Badge with Warning properties!

.badge--danger

<span class="badge--danger">New</span> Badge with Danger properties! 
PreviousFloatNextBackground Color

Last updated 4 years ago

Was this helpful?