✨ (base): Añade componente Badge
Incluye soporte específico en Bootsier (`BadgeBootsier`) para fijar el color de fondo con contraste de texto garantizado.
This commit is contained in:
parent
3e83f8e35e
commit
4cc72aac0e
4 changed files with 120 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
//! Componentes proporcionados por el tema.
|
||||
|
||||
// Badge.
|
||||
pub(crate) mod badge;
|
||||
pub use badge::{Badge, BadgeBootsier};
|
||||
|
||||
// Button.
|
||||
mod button;
|
||||
pub use button::{Button, ButtonAction};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue