File tree 2 files changed +2
-2
lines changed
docs/src/app/(public)/(content)/react/components/tabs/demos/hero
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as React from 'react';
2
2
import { Tabs } from '@base-ui-components/react/tabs' ;
3
3
import styles from './index.module.css' ;
4
4
5
- export default function ExampleScrollArea ( ) {
5
+ export default function ExampleTabs ( ) {
6
6
return (
7
7
< Tabs . Root className = { styles . Tabs } defaultValue = "overview" >
8
8
< Tabs . List className = { styles . List } >
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
import { Tabs } from '@base-ui-components/react/tabs' ;
3
3
4
- export default function ExampleScrollArea ( ) {
4
+ export default function ExampleTabs ( ) {
5
5
return (
6
6
< Tabs . Root className = "rounded-md border border-gray-200" defaultValue = "overview" >
7
7
< Tabs . List className = "relative z-0 flex gap-1 px-1 shadow-[inset_0_-1px] shadow-gray-200" >
You can’t perform that action at this time.
0 commit comments