-
What is the update you wish to see?https://public-ui.github.io/docs/components/toaster
Is there any context that might help us understand?
Does the docs page already exist? Please link to it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
EnglishIn KoliBri we distinguish three levels:
👉 In short:
DeutschIn KoliBri unterscheiden wir drei Ebenen:
👉 Kurz gesagt:
|
Beta Was this translation helpful? Give feedback.
-
|
Tickets: |
Beta Was this translation helpful? Give feedback.

English
In KoliBri we distinguish three levels:
_type→ defines the semantic meaning or logical function of a component.Example: For
kol-button:"button" | "submit" | "reset", forkol-alert:"info" | "success" | "warning" | "error"._variant→ controls the visual appearance, e.g."primary","secondary","ghost"._behavior→ determines the interaction behavior of the component.Example: For
kol-tabs:"select-automatic"vs."select-manual".👉 In short:
_type= meaning & logic_variant= look & styling_behavior= interaction & behaviorDeutsch
In KoliBri unterscheiden wir drei Ebenen:
_type→ definiert die semantische Bedeutung oder logische Funktion einer Komponente.Beispiel:…