Icon
Basic icon.
Props
- name (string): Icon name.
- [OPTIONAL] id (string):
id
HTML attribute to set to the element. - [OPTIONAL] modifiers (string): List of modifiers to apply to the element. Defaults to
""
.
Syntax
- React
- Vue
- Svelte
- HTML
<UIIcon
id="my-id"
modifiers="large"
name="star"
/>
<UIIcon
id="my-id"
modifiers="large"
name="star"
/>
<UIIcon
id="my-id"
modifiers="large"
name="star"
/>
<i class="ui-icon ui-icon--large--star" id="my-id"></i>