🗃️ Charts
4 items
📄️ Alert
The Alert component is used when you need to show alert messages to users. It is also useful when you need a persistent static container that is closable by user actions.
📄️ Link
The Link component renders an HTML link (`` tag) that navigates users to another page, an external URL, or a section of your application. It can show simple text, or - when Has Children is enabled - wrap other components so the whole group becomes clickable.
📄️ Statistic
The Statistic component displays a single numeric value with an optional title above it and an optional icon before or after the number. Use it for key figures on a dashboard or details view, such as a total, a count, or a score.
📄️ Text
The Text component is responsible for displaying text content on a form. Text components can vary in complexity and functionality, and they are a fundamental part of building user interfaces.
📄️ Validation Errors
The Validation Errors component displays the current form's validation errors as a single alert banner. Add it to a form when you want a centralised summary of what's wrong, instead of relying only on the red messages shown under each individual field.