From b2e4f9b2c5f69889c46c72a111efd8d9c43ac284 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 1 Sep 2023 15:15:52 +0200 Subject: [PATCH] Update file header for badge --- src/component/badge.lisp | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/src/component/badge.lisp b/src/component/badge.lisp index 0a307ab..afb923f 100644 --- a/src/component/badge.lisp +++ b/src/component/badge.lisp @@ -1,33 +1,7 @@ -;; https://getbootstrap.com/docs/5.3/components/badge/ - -;; The Bootstrap Badge component is a lightweight, flexible utility used to add -;; contextual emphasis or highlight to an item by placing a small pill-shaped -;; or circular badge on it. It is often used for items like notifications, -;; status, or tagging. - -;; Badges are created using basic HTML with the class .badge, often in -;; conjunction with classes like .bg-primary, .bg-success, etc. to style the -;; color of the badge. Further customization can be achieved using Bootstrap's -;; extensive utility classes for things like sizing, position, and visibility. - -;; Here are a few key features of the Bootstrap Badge component: - -;; Contextual variations: Bootstrap provides badge classes for various purposes -;; like success, danger, warning, info, light, and dark. - -;; Pill badges: Add .rounded-pill to make badges round in shape. - -;; Links: Badges can optionally be made clickable by using them within or -;;