# Inline

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

## Overview

A flexible inline container component that allows for horizontal display of child blocks. Supports both app and theme blocks flowing inline with customizable spacing and alignment. Content wraps naturally when it reaches the container width. Ideal for text with icons, inline images, or any content that should flow together.

## Common use cases

* Display text with inline icons or images
* Create inline content that flows horizontally
* Combine text and visual elements in a single line
* Use for inline badges, labels, or decorative elements
* Display inline links or buttons within text content

## Compatible blocks

The following blocks can be nested within this block:

* [Rich text](/slab/content/blocks/basics/rich-text.md)
* [Image](/slab/content/blocks/basics/image.md)
* [Icon](/slab/content/blocks/basics/icon.md)
* [Video](/slab/content/blocks/basics/video.md)

## Block settings

### General

| Setting                | Description                                              | Options                   |
| ---------------------- | -------------------------------------------------------- | ------------------------- |
| Show advanced settings | Reveals visibility, load animation, and scroll animation | Checkbox (default: false) |

### Spacing

| Setting        | Description                                  | Options                 |
| -------------- | -------------------------------------------- | ----------------------- |
| Top spacing    | Padding space at the top of the container    | 0 - 300 px (default: 0) |
| Bottom spacing | Padding space at the bottom of the container | 0 - 300 px (default: 0) |

### Style

| Setting          | Description                                              | Options                  |
| ---------------- | -------------------------------------------------------- | ------------------------ |
| Block max height | Maximum height for inline blocks (images, videos, icons) | 0 - 300 px (default: 30) |

### Display

| Setting          | Description                          | Options                                                                                                                                                                                                                                          |
| ---------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Visibility       | Controls when the block is visible   | <p>• All (default)<br>• Mobile only<br>• Desktop only</p><p><br><br>Visible when <strong>Show advanced settings</strong> is on</p>                                                                                                               |
| Load animation   | Animation when the block first loads | <p>• None (default)<br>• Fade<br>• Fade up<br>• Offset fade<br>• Offset fade up</p><p><br><br>Visible when <strong>Show advanced settings</strong> is on and <strong>Scroll animation</strong> is <strong>None</strong></p>                      |
| Scroll animation | Adds scroll-triggered animations     | <p>• None (default)<br>• Fade<br>• Slide up<br>• Slide down<br>• Slide left<br>• Slide right<br>• Zoom</p><p><br><br>Visible when <strong>Show advanced settings</strong> is on and <strong>Load animation</strong> is <strong>None</strong></p> |


---

# 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://help.brickspacelab.com/slab/content/blocks/layout/inline.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.
