Buttons
Aardvark’s built-in button tags cover the whole family — buttons, icon buttons, copy and file pickers, and the unstyled primitive — each a single tag with no setup. For the underlying components and every prop they accept, see Mantine’s button components.
- Button — the standard styled button or link: variant, color, size, gradient, sections, link target/rel/download, spacing,
id,onclick. - ActionIcon — an icon-only button. The
iconis read exactly like the{% icon %}tag (Tabler, Font Awesome, image, emoji, or inline SVG). - CloseButton — a ✕ dismiss button, with an optional custom icon.
- CopyButton — a button that copies a value to the clipboard and confirms the copy.
- FileButton — a button that opens the native file picker.
- UnstyledButton — a clean, accessible button (or link) with no styles, for you to style yourself.