--- title: Tracking description: Component for visualising activity logs or other monitoring-related data. With its ability to show data in a visually appealing and easily understandable way, the tracking component is an essential tool for any organization that relies on data monitoring and analysis to optimize performance and user experience. --- ## Basic example ```html example centered columns={1}
``` ```html
...
...
``` ## Tracking inside a card You can add a tracking component inside the cards to give your reports a fresh look and visualise the status of your system in an attractive way. If you want to read how to add other elements to card it is worth reading [documentation of card](/docs/components/cards). ```html example centered columns={1}
99.5%
2%
``` ```html
99.5%
2%
...
```