# TallStackUI: Dial Items
> TallStackUI is a TALL Stack (Tailwind CSS, Alpine.js, Laravel, Livewire)
> component library providing 65+ Blade components for building modern web interfaces.
An individual action item within a Dial speed dial component. Displays an icon button with an optional tooltip label, and renders as a link or button depending on whether an href is provided.
## Basic Usage
```blade
```
```blade
```
## Attributes
| Attribute | Type | Default | Description |
|---------------|--------------|---------|-------------------------------------------------------------------------|
| icon | string\|null | null | Heroicon name for the item button (required) |
| label | string\|null | null | Tooltip text displayed alongside the item |
| square | bool\|null | false | When true, uses rounded-lg instead of rounded-full for the button shape |
| href | string\|null | null | URL to navigate to (renders as `` tag instead of `