We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca8139 commit e63653cCopy full SHA for e63653c
src/components/icon/icon.tsx
@@ -55,7 +55,7 @@ export class Icon {
55
/**
56
* Specifies which icon to use from the built-in set of icons.
57
*/
58
- @Prop() name?: string;
+ @Prop({ reflect: true }) name?: string;
59
60
61
* Specifies the exact `src` of an SVG file to use.
0 commit comments