Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
tabs | { id: string; label: string }[] | [{id:"all",label:"All"},{id:"recent",label:"Recent"},{id:"starred",label:"Starred"}] | Tab items to display |
onTabChange | (id: string) => void | - | Callback fired when active tab changes |
onSearch | (query: string) => void | - | Callback fired when search query changes |

