feat: add breadcrumb & meter components, and expanded utilities#151
Closed
d0gra wants to merge 3 commits intoknadh:masterfrom
Closed
feat: add breadcrumb & meter components, and expanded utilities#151d0gra wants to merge 3 commits intoknadh:masterfrom
d0gra wants to merge 3 commits intoknadh:masterfrom
Conversation
added 3 commits
March 27, 2026 21:54
- Adds a semantic breadcrumb component (no classes needed). - Adds cross-browser styled <meter> element. - Expands utilities (sr-only, truncate, rounded, print styles). - Adds a tablet breakpoint to the grid (1024px). - Tidies up docs and simplifies breadcrumb markup.
Owner
|
This is a bunch of random changes, which don't make sense to me, unfortunately. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add breadcrumb & meter components, and expanded utilities
Hi! This PR adds several missing components and utilities to the library, following the existing minimal, semantic, and class-free philosophy.
Summary of Changes
navstructure (no extra classes required) based onaria-label="Breadcrumb".<meter>element using the library's design tokens (--success,--warning,--danger)..sr-only(accessibility),.truncate(text-overflow), and.border..roundedand.rounded-fullborder-radius helpers..bg-secondary,.bg-faint)..p-0through.p-6)..no-print, background normalization).1024pxfor better responsive control.Design/Code Style
make distand verified across platforms.Everything was tested in the latest version to ensure zero regression for existing layouts.