Skip to content
Discussion options

You must be logged in to vote

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", for kol-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 & behavior

Deutsch

In KoliBri unterscheiden wir drei Ebenen:

  • _type → definiert die semantische Bedeutung oder logische Funktion einer Komponente.
    Beispiel:…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by deleonio
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
doc Improvements or additions to documentation
2 participants
Converted from issue

This discussion was converted from issue #8350 on August 26, 2025 01:40.