# 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](https://mantine.dev/core/button/). - [Button](/components/buttons/button/) — the standard styled button or link: variant, color, size, gradient, sections, link target/rel/download, spacing, `id`, `onclick`. - [ActionIcon](/components/buttons/actionicon/) — an icon-only button. The `icon` is read exactly like the [`{% icon %}`](/components/data-display/icon/) tag (Tabler, Font Awesome, image, emoji, or inline SVG). - [CloseButton](/components/buttons/closebutton/) — a ✕ dismiss button, with an optional custom icon. - [CopyButton](/components/buttons/copybutton/) — a button that copies a value to the clipboard and confirms the copy. - [FileButton](/components/buttons/filebutton/) — a button that opens the native file picker. - [UnstyledButton](/components/buttons/unstyledbutton/) — a clean, accessible button (or link) with no styles, for you to style yourself.