> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/slab/content/blocks/layout/slider/slider-item.md).

# Slider item

## Overview

A configurable slider item component designed to be used within the [Slider](/slab/content/blocks/layout/slider.md) block. Provides customizable width settings for both mobile and desktop displays, with optional gap sizing between child elements.

## Block limitations

This is a private block. It is intended for use only within specific parent blocks and should not be added directly to sections.

## Common use cases

* Adjust width percentages based on desired number of visible items
* For equal width items across all slides, enable the default width setting
* Use the visibility options to create different experiences on mobile vs desktop
* Configure color schemes and borders to match your theme design

## Compatible blocks

The following blocks can be nested within this block:

* All theme blocks
* App blocks

## Block settings

### General

| Setting                | Description                                | Options                   |
| ---------------------- | ------------------------------------------ | ------------------------- |
| Show advanced settings | Reveals vertical alignment, and visibility | Checkbox (default: false) |

| Setting              | Description                                       | Options                                                                                                                           |
| -------------------- | ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| Enable padding       | Adds padding around the slider item content       | Checkbox (default: false)                                                                                                         |
| Gap size             | Controls spacing between child blocks             | None, Default (default), XS, SM, MD, LG, XL                                                                                       |
| Color scheme         | Controls the background and text colors           | Body, Neutral, Accent 1, Accent 2, Accent 3, Shade 1, Shade 2, Shade 3, Primary, Secondary, Tertiary, Blur, Transparent (default) |
| Color border         | Controls the border color                         | Body, Subtle, Strong, Primary, Secondary, Tertiary, None (default). Visible when border position is not blank                     |
| Border position      | Controls where borders appear                     | None (default), Top, Bottom, Left, Right, Top and bottom, Left and right, All                                                     |
| Width mobile         | Width of the slider item on mobile devices        | 5 - 100 % (default: 80). Visible when enable default width is false                                                               |
| Width desktop        | Width of the slider item on desktop devices       | 5 - 100 % (default: 40). Visible when enable default width is false                                                               |
| Enable default width | Uses automatic width sizing for equal-width items | Checkbox (default: false)                                                                                                         |
| Vertical alignment   | Controls vertical alignment of content            | <p>Top, Middle, Bottom (default)<br><br>Visible when <strong>Show advanced settings</strong> is on</p>                            |
| Visibility           | Controls when the block is visible                | <p>All (default), Mobile only, Desktop only<br><br>Visible when <strong>Show advanced settings</strong> is on</p>                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.brickspacelab.com/slab/content/blocks/layout/slider/slider-item.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
