#+title: Using cl-sbt/badge Macros for Bootstrap Badges in a Web Application #+author: Marcus Kammer #+email: marcus.kammer@mailbox.org #+date: [2023-09-01 Fri] * Introduction The Bootstrap Badge component is a small, pill-shaped or circular indicator that adds contextual information to an item in your web application. Badges are versatile components that can be used for notifications, tags, status indicators, and more. They can be styled using contextual variations such as 'primary', 'secondary', 'success', 'danger', etc., and can be made round-shaped by adding .rounded-pill class. * Features of Bootstrap Badges ** Contextual Variations - Use classes like .bg-primary, .bg-success, etc., to style the badge. ** Pill Badges - Add .rounded-pill to make badges round. ** Links - Badges can be clickable if used within or