Skip to content
Snippets Groups Projects

Gdwc icon button

Merged Brian Perry requested to merge issue/gdwc-3320781:gdwc-icon-button into 1.0.x
7 files
+ 158
4
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 2
1
@@ -11,10 +11,11 @@ export class GdwcIcon extends LitElement {
static get properties() {
return {
/**
* Example property
* Icon name
*/
name: { type: String },
};
// Todo - add label prop
}
static get styles() {
Loading