Skip to content

KolButton "_customClass"-Property ändert nicht das Aussehen des Buttons #2381

Answered by deleonio
VladF146 asked this question in Q&A
Discussion options

You must be logged in to vote

Hallo @VladF146,

vielen Dank für Deine Frage.

Das Konzept hinter der _customClass ist etwas anders gedacht. Das Styling ist immer gekapselt - somit greift äußeres CSS i.d.R. nicht.

Mit dem Designer kannst Du beliebig viele Styling-Varianten für den Button anlegen und diese Custom-Class reinreichen.

Kleines Beispiel für ein Loading-Icon:

button.loading > kol-span-wc kol-icon {
  animation: spin 5s infinite linear;
}

Sehr gerne kannst du auch ein kleines Stackblitz oder CodesandBox Projekt anlegen.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by deleonio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants