REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.23 KB
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/design-system/build/atoms/label/label.stories.js
Text
Base64
/* eslint-disable react/jsx-closing-tag-location */ import React from 'react'; import StoryWrapper from "../../utils/story-wrapper.js"; import { Box } from "../index.js"; import { Label } from "./index.js"; const variants = ['primary', 'danger', 'success', 'info', 'secondary']; export const Default = { render: args => /*#__PURE__*/React.createElement(Box, { width: 1 }, /*#__PURE__*/React.createElement(StoryWrapper, { label: "Label" }, /*#__PURE__*/React.createElement(Label, args, "Example label"))) }; const meta = { title: 'DesignSystem/Atoms/Label', component: Label, args: { required: false, uppercase: false, disabled: false, inline: false, variant: 'default', size: 'default' }, argTypes: { required: { control: { type: 'boolean' } }, uppercase: { control: { type: 'boolean' } }, disabled: { control: { type: 'boolean' } }, inline: { control: { type: 'boolean' } }, variant: { options: variants, control: { type: 'select' } }, size: { options: ['default', 'lg'], control: { type: 'select' } } } }; export default meta;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 3
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index.js
27 B
lrw-r--r--
2026-02-28 00:31:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
label.js
3.32 KB
lrw-r--r--
2026-02-28 00:31:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
label.stories.js
1.23 KB
lrw-r--r--
2026-02-28 00:31:28
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).