Skip to content
Snippets Groups Projects
Commit 6ed34905 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add documentation url

parent 3591dae1
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ class Button extends LitElement {
constructor() {
super();
this.value = "";
// see: https://bulma.io/documentation/elements/button/#colors
this.type = "primary";
this.spinner = false;
this.spinnerOnClick = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment