import { Button } from '@workspace/ui/components/ui/button'; import { Input } from '@workspace/ui/components/ui/input'; import { Label } from '@workspace/ui/components/ui/label'; import { Tab, TabGroup, TabList, TabPanel, TabPanels, } from '@/registry/headless/tabs'; export const HeadlessTabsDemo = () => { return ( Account Password

Make changes to your account here. Click save when you're done.

Change your password here. After saving, you'll be logged out.

); };