Material Icon - IRobot1/ng3-vr-examples GitHub Wiki
Show icon using Google Material Icons
Inputs
Name | Type | Default | Description |
---|---|---|---|
text | string | blank | Icon name |
fontsize | number | 0.07 | Size of text within button |
labelmaterial | Material | Theme label material (color white) | Material used for icon. Set to override with custom material |
Outputs
None
Examples
<flat-ui-material-icon [text]="'search'" [position]="[-0.1, 0.5, 0]"></flat-ui-material-icon>
<flat-ui-material-icon [text]="'home'" [position]="[0, 0.5, 0]"></flat-ui-material-icon>
<flat-ui-material-icon [text]="'menu'" [position]="[0.1, 0.5, 0]"></flat-ui-material-icon>