| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | - | Nested navigation structure (tabs, options, content). |
| initialHeight | string | 60px | Height when no option is active. |
| finalHeight | string | 250px | Height when an option is expanded. |
| className | string | "" | Additional Tailwind / custom styles. |
| name | string | — | Unique identifier for the option. Controls which content opens. Must match to <EnContent/> name. |