TypeScript Nextjs Radix Tabs

Hi all.
I’ve tried youtube, chatGPT, re-check Mosh’s courses… I cannot find anywhere that does using radix and tabs.

I want to add tabs to a page but can’t. I’ve tried packages, tutorials, nothing. I’ve gone done the tutorial road using RadixUI. Any thoughts or ideas?
Many thanks
Clinton

Hi all, turns out I just needed a separate component with ‘use client’ in the component to get tabs working. I used :

npm install @radix-ui/react-tabs