# ε ChipBar

Element: A grouping for design convenience for display in the bar component. The bar component can have different background surfaces (colors) so we don't include a surface here.

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

Common chip bar layouts are located here and will be added to over time.

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

* Parent: [Chiplist ](/core/components/form/chiplist.md)(Form Component), [Field - Content](/core/overview/field/field-content.md), Multiple Others
* Child: [Chip](/core/overview/chip.md)

## Properties

### Behavior

* **Fixed** - The control has a fixed width for display on the screen.
* **Scroll** - The control has an infinite horizontal scroll for its contents.

### Size

* **Base** - The default size, used in the majority of chip situations
* **Field** - When chips are presented inside of a field we use a slightly smaller size that fits within a field component.

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


---

# 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/chip/chip-bar.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.
