# ε Label

Element: Words and iconography used widely across the design system to provide context to objects. Almost everywhere you see text or an icon we will use a label.

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

[Kitchen Sink - Prototype](https://www.figma.com/proto/tl9bzV6Fos0qgkJELXcAuk/Kitchen-Sink?page-id=1147%3A103\&node-id=2265%3A214624\&viewport=317%2C48%2C0.77\&scaling=min-zoom\&starting-point-node-id=2262%3A202675\&show-proto-sidebar=1)

* Parent: Multiple
* Child: [Icon](/core/overview/icon.md), [Text Style](/overview/styles/typography.md)

### Properties

**Size** - The general size of the Labels content in respect to other Labels. These sizes are provided by the Theme's Typographical Scale with icon sizes to proportionally match those line heights.

<figure><img src="/files/6mfyzvPCWzaAsBcCdtCT" alt=""><figcaption></figcaption></figure>

**Type** - The options for arrangement of the type to icon within the Label.

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

* Text (only)
* Icon (only)
* Icon Left (of text)
* Icon Right (of text)
* Icon Top (of text)
* Icon Bottom (of text)

### Why

We use Labels to maintain consistency within the design system for Type and Icon sizes and the spacing between those objects. A change made to the spacing at this level can dramatically change the look of the entire app.


---

# 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/label.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.
