Files
leptos-shadcn-ui/packages/leptos/badge
Peter Hanssens 31cde9640c fix: Remove orphaned #[cfg(test)] attributes
- Fixed compilation errors caused by orphaned #[cfg(test)] attributes
- All components now compile successfully with only warnings
- Ready for v0.9.0 publishing to crates.io
2025-09-21 00:00:18 +10:00
..

Badge

Leptos port of shadcn/ui badge

Usage

use shadcn_ui_leptos_badge::Badge;

Documentation

See shadcn/ui documentation.