# ε Button

Element: A click/tap-able screen element used to build other elements and components, ie. Button Panel, ListItem with a right side button etc.

[Styleguide Link](https://zpl.io/bzd5mvA)

* Parent: [Button Panel](/core/components/button-panel.md), [Button Bar](/core/overview/button/button-bar.md), Multiple others
* Child: [Label](/core/overview/label.md)

## Properties

**Style**: The visual appearance (styling) of the object

<div align="center"><figure><img src="/files/i62CRJ99ynzE5vKqygLu" alt=""><figcaption></figcaption></figure></div>

* Primary (default)
* Secondary
* Dark
* Neutral
* Light

**Type**: A way to structure high level variations of an object into like collections

<figure><img src="/files/tGLD5tjDLYugexAduRG5" alt=""><figcaption></figcaption></figure>

* Fill (default)
* Line
* Text

**Shape**: The different border treatments for the surface of the object

<figure><img src="/files/LHW1bh2WjtfCLdQvUuiW" alt=""><figcaption></figcaption></figure>

* Rounded (default)
* Square

**Size**: The general size of the object in relation to others

<figure><img src="/files/gyrtWKbXStKnhRaIT3my" alt=""><figcaption></figcaption></figure>

* XSmall
* Small
* Medium (default)
* Large
* Dynamic: The width AND height can be set to any value, this differs from the others which have FIXED heights.

**State**: The possible visual appearances, which are also tied to functionality of the given object. ie Disabled and the object can not be interacted with and visually shows that.

<figure><img src="/files/rY7MytCtbQo2AdQOneAq" alt=""><figcaption></figcaption></figure>

* Enabled (default)
* Disabled
* Hover: Web/Desktop only
* Pressed
* Focus

## Usage

**Loading** - The ability to display a spinner on a button to represent action being taken to search or get information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://able.bucca.com/core/overview/button.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
