Eyecatcher New Stable Dark theme
The eye catcher is a component used on pictures to highlight something new or special.
<uimc-eye-catcher
text=""
>
</uimc-eye-catcher>| Attribute | Description | Values | Default |
|---|---|---|---|
| text | Text for the component | – | |
| theme | Sets the background-color | petrol, light, dark | petrol |
Eyecatcher variations
<uimc-eye-catcher
text="Lorem ipsum dolor"
>
</uimc-eye-catcher><uimc-eye-catcher
text="Lorem ipsum"
theme="light"
>
</uimc-eye-catcher><uimc-eye-catcher
text="Lorem ipsum dolor"
theme="dark"
>
</uimc-eye-catcher>