For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
/
3
Sponsor

Badge

A macOS sidebar count badge.

Import

use maccn::MacBadge;

Usage

MacBadge::new("count").child("12");

API

Constructor

MethodDescription
MacBadge::new(id)Creates a new badge with the given element ID.

Traits

TraitDescription
StyledSet background, text color, padding, etc.
ParentElementAdd content via .child().