# TallStackUI: Dropdown 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 menu item within a Dropdown component, rendering as a button, link, or div depending on the provided attributes. Supports icons, separators, and Livewire navigation.
## Basic Usage
```blade
```
```blade
```
Using the default slot for custom content:
```blade
John Doe
```
## Attributes
| Attribute | Type | Default | Description |
|---------------|--------------|---------|----------------------------------------------------------------------|
| text | string\|null | null | Text label for the menu item |
| icon | string\|null | null | Heroicon name displayed alongside the text |
| position | string\|null | 'left' | Icon position relative to text ('left' or 'right') |
| href | string\|null | null | URL to navigate to (renders as `` tag instead of `