Scroll Area
A custom-styled scrollable container. Replaces native browser scrollbars with a styled, cross-platform alternative.
$cookest-ui add scroll-area
Recipe List
Scroll through a long list of recipes in a constrained container.
Recipe Instructions
Show step-by-step cooking instructions in a scrollable panel.
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Pass height (h-*), width, border, and rounding classes. |
type | "auto" | "always" | "scroll" | "hover" | "hover" | When the scrollbar is visible. |
scrollHideDelay | number | 600 | Delay in ms before scrollbar hides after scrolling. |