Skip to content

Commit e830338

Browse files
committed
move manual prop to correct spot in demo
1 parent 0cc9728 commit e830338

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/@headlessui-react/pages/tabs/tabs-with-pure-tailwind.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ export default function Home() {
4040
</Switch>
4141
</Switch.Group>
4242

43-
<Tabs className="flex flex-col max-w-3xl w-full" as="div">
44-
<Tabs.List
45-
className="relative z-0 rounded-lg shadow flex divide-x divide-gray-200"
46-
lazy={manual}
47-
>
43+
<Tabs className="flex flex-col max-w-3xl w-full" as="div" manual={manual}>
44+
<Tabs.List className="relative z-0 rounded-lg shadow flex divide-x divide-gray-200">
4845
{tabs.map((tab, tabIdx) => (
4946
<Tabs.Tab
5047
key={tab.name}

0 commit comments

Comments
 (0)