This theme ships some components (as twig macros) that hide the complexity of rendering the same elements over and over again with the correct HTML.
Status Dot has been implemented to simplify the use of the Tabler Status Dot component
status_dot() macro, waits for 1 parameter:
| Parameter | Description | Type | Default |
|---|---|---|---|
| options | Options object | object |
{} |
| Parameter | Description | Type | Default |
|---|---|---|---|
| color | Color of the indicator | string |
green |
| animated | Set if the indicator is animated | boolean |
true |
| extraClass | Allow to add extra classes | string |
empty string |
{% from '[@Tabler](https://github.com/Tabler)/components/status_dot.html.twig' import status_dot %}
{% set options = {'color': 'pink', 'animated': true} %}
{{ status_dot(options) }}

Please go back to the Tabler bundle documentation to find out more about using the theme.
How can I help you explore Laravel packages today?