Button

Clickable control that triggers actions.

Secondary

Outline

Ghost

Danger

Disabled

Loading

With animation

To use animation add class .loader-spin to your project.

.loader-spin > svg {
animation: spin 1s linear infinite;
}

Then you can use it on our button element.

Only icon

With icon