@qoretechnologies/reqore 0.43.0 → 0.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/index.js +6 -2
- package/dist/components/Button/index.js.map +1 -1
- package/dist/components/DatePicker/index.d.ts +29 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -0
- package/dist/components/DatePicker/index.js +147 -0
- package/dist/components/DatePicker/index.js.map +1 -0
- package/dist/components/Effect/index.d.ts +1 -1
- package/dist/components/Effect/index.d.ts.map +1 -1
- package/dist/components/Effect/index.js.map +1 -1
- package/dist/components/Input/index.d.ts +3 -1
- package/dist/components/Input/index.d.ts.map +1 -1
- package/dist/components/Input/index.js +5 -1
- package/dist/components/Input/index.js.map +1 -1
- package/dist/components/InternalPopover/index.d.ts +2 -0
- package/dist/components/InternalPopover/index.d.ts.map +1 -1
- package/dist/components/InternalPopover/index.js +5 -4
- package/dist/components/InternalPopover/index.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +4 -1
- package/tests.json +1 -1
- package/.eslintrc.js +0 -40
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/.github/ISSUE_TEMPLATE/new-component.md +0 -20
- package/.github/ISSUE_TEMPLATE/visual-bug-report.md +0 -38
- package/.github/workflows/beta_release.yml +0 -100
- package/.github/workflows/tests.yml +0 -84
- package/.gitpod.yml +0 -11
- package/.jest-test-results.json +0 -1
- package/.prettierrc +0 -7
- package/.vscode/settings.json +0 -0
- package/__tests__/breadcrumbs.test.tsx +0 -75
- package/__tests__/button.test.tsx +0 -218
- package/__tests__/checkbox.test.tsx +0 -45
- package/__tests__/collection.test.tsx +0 -243
- package/__tests__/containers/paging.test.tsx +0 -138
- package/__tests__/control_group.test.tsx +0 -32
- package/__tests__/drawer.test.tsx +0 -140
- package/__tests__/dropdown.test.tsx +0 -381
- package/__tests__/effect.test.tsx +0 -70
- package/__tests__/heading.test.tsx +0 -58
- package/__tests__/helpers/colors.test.tsx +0 -18
- package/__tests__/helpers/table.test.tsx +0 -67
- package/__tests__/hooks/useLatestZIndex.test.tsx +0 -10
- package/__tests__/hooks/useReqorePaging.test.tsx +0 -271
- package/__tests__/hooks/useTheme.test.tsx +0 -31
- package/__tests__/icon.test.tsx +0 -53
- package/__tests__/input.test.tsx +0 -482
- package/__tests__/layout.test.tsx +0 -37
- package/__tests__/menu.test.tsx +0 -65
- package/__tests__/messages.test.tsx +0 -79
- package/__tests__/modal.test.tsx +0 -204
- package/__tests__/multiselect.test.tsx +0 -458
- package/__tests__/navbar.test.tsx +0 -31
- package/__tests__/notifications.test.tsx +0 -178
- package/__tests__/pagination.test.tsx +0 -437
- package/__tests__/panel.test.tsx +0 -243
- package/__tests__/popover.test.tsx +0 -282
- package/__tests__/radiogroup.test.tsx +0 -47
- package/__tests__/setup.js +0 -8
- package/__tests__/stories/Collection.stories.tsx +0 -0
- package/__tests__/table.test.tsx +0 -647
- package/__tests__/tabs.test.tsx +0 -321
- package/__tests__/tag.test.tsx +0 -160
- package/__tests__/textarea.test.tsx +0 -467
- package/__tests__/timeAgo.test.tsx +0 -27
- package/__tests__/tree.test.tsx +0 -58
- package/build-storybook.log +0 -491
- package/chromatic.config.json +0 -1
- package/icons.ts +0 -1
- package/migration-storybook.log +0 -56
- package/public/logo-dark.png +0 -0
- package/public/logo.png +0 -0
- package/public/q-symbol-small.png +0 -0
- package/public/q-symbol.png +0 -0
- package/public/qoreLogo-dark.png +0 -0
- package/public/qoreLogo.png +0 -0
- package/src/components/Breadcrumbs/index.tsx +0 -254
- package/src/components/Breadcrumbs/item.tsx +0 -44
- package/src/components/Button/index.tsx +0 -628
- package/src/components/Checkbox/index.tsx +0 -388
- package/src/components/Collection/index.tsx +0 -426
- package/src/components/Collection/item.tsx +0 -267
- package/src/components/Columns/column.tsx +0 -27
- package/src/components/Columns/index.tsx +0 -41
- package/src/components/Comment/index.tsx +0 -141
- package/src/components/CommentFeed/index.tsx +0 -34
- package/src/components/Content/index.tsx +0 -34
- package/src/components/Content/wrapper.tsx +0 -36
- package/src/components/ControlGroup/index.tsx +0 -523
- package/src/components/Drawer/backdrop.tsx +0 -54
- package/src/components/Drawer/index.tsx +0 -365
- package/src/components/Dropdown/index.tsx +0 -153
- package/src/components/Dropdown/item.tsx +0 -33
- package/src/components/Dropdown/list.tsx +0 -222
- package/src/components/Effect/index.tsx +0 -463
- package/src/components/ExportModal/index.tsx +0 -99
- package/src/components/Header/index.tsx +0 -81
- package/src/components/Icon/index.tsx +0 -184
- package/src/components/Input/index.tsx +0 -282
- package/src/components/InputClearButton/index.tsx +0 -59
- package/src/components/InternalPopover/index.tsx +0 -303
- package/src/components/KeyValueTable/index.tsx +0 -192
- package/src/components/Label/index.tsx +0 -10
- package/src/components/Layout/content.tsx +0 -31
- package/src/components/Layout/index.tsx +0 -55
- package/src/components/Menu/divider.tsx +0 -92
- package/src/components/Menu/index.tsx +0 -141
- package/src/components/Menu/item.tsx +0 -137
- package/src/components/Menu/section.tsx +0 -81
- package/src/components/Message/index.tsx +0 -220
- package/src/components/Modal/index.tsx +0 -26
- package/src/components/MultiSelect/index.tsx +0 -288
- package/src/components/Navbar/divider.tsx +0 -50
- package/src/components/Navbar/group.tsx +0 -53
- package/src/components/Navbar/index.tsx +0 -82
- package/src/components/Navbar/item.tsx +0 -92
- package/src/components/Notifications/index.tsx +0 -57
- package/src/components/Notifications/notification.tsx +0 -362
- package/src/components/Paging/index.tsx +0 -321
- package/src/components/Panel/LabelEditor.tsx +0 -67
- package/src/components/Panel/NonResponsiveActions.tsx +0 -79
- package/src/components/Panel/__screenshots__/linux/panel-SomePanel.png +0 -0
- package/src/components/Panel/index.tsx +0 -912
- package/src/components/Panel/panel.screenshot.tsx +0 -29
- package/src/components/Paragraph/index.tsx +0 -43
- package/src/components/Popover/index.tsx +0 -68
- package/src/components/RadioGroup/index.tsx +0 -71
- package/src/components/Slider/index.tsx +0 -358
- package/src/components/Spacer/index.tsx +0 -142
- package/src/components/Spinner/index.tsx +0 -74
- package/src/components/Table/body.tsx +0 -109
- package/src/components/Table/cell.tsx +0 -136
- package/src/components/Table/header.tsx +0 -236
- package/src/components/Table/headerCell.tsx +0 -203
- package/src/components/Table/helpers.ts +0 -308
- package/src/components/Table/index.tsx +0 -797
- package/src/components/Table/row.tsx +0 -288
- package/src/components/Table/value.tsx +0 -28
- package/src/components/Tabs/content.tsx +0 -68
- package/src/components/Tabs/index.tsx +0 -124
- package/src/components/Tabs/item.tsx +0 -198
- package/src/components/Tabs/list.tsx +0 -381
- package/src/components/Tag/group.tsx +0 -73
- package/src/components/Tag/index.tsx +0 -463
- package/src/components/Textarea/index.tsx +0 -277
- package/src/components/TimeAgo/index.tsx +0 -15
- package/src/components/Tree/index.tsx +0 -271
- package/src/constants/animations.ts +0 -9
- package/src/constants/colors.ts +0 -13
- package/src/constants/paging.ts +0 -93
- package/src/constants/sizes.ts +0 -185
- package/src/constants/theme.ts +0 -122
- package/src/containers/Paging.tsx +0 -136
- package/src/containers/PopoverProvider.tsx +0 -124
- package/src/containers/ReqoreProvider.tsx +0 -289
- package/src/containers/ThemeProvider.tsx +0 -12
- package/src/containers/UIProvider.tsx +0 -101
- package/src/context/PopoverContext.tsx +0 -11
- package/src/context/ReqoreContext.tsx +0 -47
- package/src/context/ThemeContext.tsx +0 -4
- package/src/helpers/animations.ts +0 -13
- package/src/helpers/colors.ts +0 -335
- package/src/helpers/time.ts +0 -21
- package/src/helpers/utils.ts +0 -152
- package/src/hooks/useAutoFocus.ts +0 -106
- package/src/hooks/useCloneThroughFragments.ts +0 -39
- package/src/hooks/useCombinedRefs.ts +0 -26
- package/src/hooks/useLatestZIndex.ts +0 -13
- package/src/hooks/useOutsideClick.ts +0 -29
- package/src/hooks/usePaging.ts +0 -128
- package/src/hooks/usePopover.tsx +0 -220
- package/src/hooks/useQueryWithDelay.ts +0 -30
- package/src/hooks/useReqore.ts +0 -12
- package/src/hooks/useReqoreContext.ts +0 -16
- package/src/hooks/useReqoreEffect.ts +0 -49
- package/src/hooks/useTextareaAutoSize.ts +0 -22
- package/src/hooks/useTheme.ts +0 -48
- package/src/hooks/useTooltip.ts +0 -40
- package/src/hooks/useWhyDidYouUpdate.ts +0 -32
- package/src/icons.json +0 -2295
- package/src/index.tsx +0 -79
- package/src/mock/breadcrumbs.ts +0 -146
- package/src/mock/collectionData.tsx +0 -380
- package/src/mock/data.json +0 -11000
- package/src/mock/icons.ts +0 -32
- package/src/mock/menu.ts +0 -93
- package/src/mock/multiSelect.ts +0 -71
- package/src/mock/object.json +0 -317
- package/src/mock/styleMock.js +0 -1
- package/src/mock/tableData.ts +0 -64
- package/src/stories/Breadcrumbs/Breadcrumbs.stories.tsx +0 -27
- package/src/stories/Button/Button.stories.tsx +0 -405
- package/src/stories/Checkbox/Checkbox.stories.tsx +0 -75
- package/src/stories/Collection/Collection.stories.tsx +0 -317
- package/src/stories/Columns/Columns.stories.tsx +0 -158
- package/src/stories/Comment/Comment.stories.tsx +0 -136
- package/src/stories/ControlGroup/ControlGroup.stories.tsx +0 -399
- package/src/stories/Drawer/Drawer.stories.tsx +0 -294
- package/src/stories/Dropdown/Dropdown.stories.tsx +0 -375
- package/src/stories/Dropdown/DropdownTests.stories.tsx +0 -111
- package/src/stories/ExportModal/ExportModal.stories.tsx +0 -18
- package/src/stories/Header/Header.stories.tsx +0 -108
- package/src/stories/Icon/Icon.stories.tsx +0 -162
- package/src/stories/Input/Input.stories.tsx +0 -220
- package/src/stories/KeyValueTable/KeyValueTable.stories.tsx +0 -346
- package/src/stories/Label/Label.stories.tsx +0 -33
- package/src/stories/Menu/Menu.stories.tsx +0 -367
- package/src/stories/Message/Message.stories.tsx +0 -167
- package/src/stories/Modal/Manager.stories.tsx +0 -192
- package/src/stories/Modal/Modal.stories.tsx +0 -252
- package/src/stories/MultiSelect/MultiSelect.stories.tsx +0 -140
- package/src/stories/Navbar/Navbar.stories.tsx +0 -119
- package/src/stories/Notifications/Interactive.stories.tsx +0 -117
- package/src/stories/Notifications/Notification.stories.tsx +0 -216
- package/src/stories/Notifications/Notifications.stories.tsx +0 -81
- package/src/stories/Paging/Paging.stories.tsx +0 -255
- package/src/stories/Panel/Panel.stories.tsx +0 -753
- package/src/stories/Paragraph/Paragraph.stories.tsx +0 -108
- package/src/stories/Popover/Popover.stories.tsx +0 -510
- package/src/stories/RadioGroup/RadioGroup.stories.tsx +0 -212
- package/src/stories/Slider/Slider.stories.tsx +0 -173
- package/src/stories/Spacer/Spacer.stories.tsx +0 -100
- package/src/stories/Spinner/Spinner.stories.tsx +0 -82
- package/src/stories/Table/Table.stories.tsx +0 -571
- package/src/stories/Tabs/Tabs.stories.tsx +0 -346
- package/src/stories/Tag/Tag.stories.tsx +0 -381
- package/src/stories/Tag/TagGroup.stories.tsx +0 -307
- package/src/stories/TextArea/TextArea.stories.tsx +0 -287
- package/src/stories/TextArea/TextAreaTests.stories.tsx +0 -108
- package/src/stories/Tree/Tree.stories.tsx +0 -124
- package/src/stories/Wrapper.tsx +0 -13
- package/src/stories/utils/args.ts +0 -151
- package/src/stories/utils.ts +0 -39
- package/src/styles.ts +0 -124
- package/src/types/global.ts +0 -211
- package/src/types/icons.ts +0 -2272
- package/tsconfig.prod.json +0 -26
|
@@ -1,399 +0,0 @@
|
|
|
1
|
-
import { StoryFn, StoryObj } from '@storybook/react';
|
|
2
|
-
import { IReqoreControlGroupProps } from '../../components/ControlGroup';
|
|
3
|
-
import {
|
|
4
|
-
ReqoreButton,
|
|
5
|
-
ReqoreCheckbox,
|
|
6
|
-
ReqoreControlGroup,
|
|
7
|
-
ReqoreDropdown,
|
|
8
|
-
ReqoreInput,
|
|
9
|
-
ReqoreTag,
|
|
10
|
-
ReqoreVerticalSpacer,
|
|
11
|
-
} from '../../index';
|
|
12
|
-
import { StoryMeta } from '../utils';
|
|
13
|
-
import { GapSizeArg, MinimalArg, SizeArg, argManager } from '../utils/args';
|
|
14
|
-
|
|
15
|
-
const { createArg } = argManager<IReqoreControlGroupProps>();
|
|
16
|
-
|
|
17
|
-
const meta = {
|
|
18
|
-
title: 'Form/Control Group/Stories',
|
|
19
|
-
component: ReqoreControlGroup,
|
|
20
|
-
argTypes: {
|
|
21
|
-
...SizeArg,
|
|
22
|
-
...GapSizeArg,
|
|
23
|
-
...MinimalArg(),
|
|
24
|
-
...createArg('stack', {
|
|
25
|
-
name: 'Stack',
|
|
26
|
-
defaultValue: false,
|
|
27
|
-
description: 'Whether the control group should stack',
|
|
28
|
-
control: 'boolean',
|
|
29
|
-
}),
|
|
30
|
-
...createArg('vertical', {
|
|
31
|
-
name: 'Vertical',
|
|
32
|
-
defaultValue: false,
|
|
33
|
-
description: 'Whether the control group should be vertical',
|
|
34
|
-
control: 'boolean',
|
|
35
|
-
}),
|
|
36
|
-
...createArg('fluid', {
|
|
37
|
-
name: 'Fluid',
|
|
38
|
-
defaultValue: false,
|
|
39
|
-
description: 'Whether the control group should be fluid',
|
|
40
|
-
control: 'boolean',
|
|
41
|
-
}),
|
|
42
|
-
...createArg('wrap', {
|
|
43
|
-
name: 'wrap',
|
|
44
|
-
defaultValue: true,
|
|
45
|
-
description: 'Whether the control group should wrap',
|
|
46
|
-
control: 'boolean',
|
|
47
|
-
}),
|
|
48
|
-
},
|
|
49
|
-
args: {
|
|
50
|
-
wrap: true,
|
|
51
|
-
vertical: false,
|
|
52
|
-
stack: false,
|
|
53
|
-
fluid: false,
|
|
54
|
-
minimal: false,
|
|
55
|
-
},
|
|
56
|
-
} as StoryMeta<typeof ReqoreControlGroup>;
|
|
57
|
-
|
|
58
|
-
export default meta;
|
|
59
|
-
type Story = StoryObj<typeof meta>;
|
|
60
|
-
|
|
61
|
-
const Template: StoryFn<typeof ReqoreControlGroup> = (args) => {
|
|
62
|
-
if (args.fill) {
|
|
63
|
-
return (
|
|
64
|
-
<>
|
|
65
|
-
<ReqoreControlGroup {...args} stack>
|
|
66
|
-
<ReqoreButton icon='PictureInPictureLine' description='I will be a bit larger'>
|
|
67
|
-
Button
|
|
68
|
-
</ReqoreButton>
|
|
69
|
-
<ReqoreControlGroup stack>
|
|
70
|
-
<ReqoreButton maxWidth='300px'>Button with max width</ReqoreButton>
|
|
71
|
-
<ReqoreTag label='A wild tag appears!' color='main:lighten:2' />
|
|
72
|
-
</ReqoreControlGroup>
|
|
73
|
-
<ReqoreControlGroup stack>
|
|
74
|
-
<ReqoreControlGroup>
|
|
75
|
-
<ReqoreInput customTheme={{ main: '#00e3e8' }} placeholder='Level 2 deep' />
|
|
76
|
-
<ReqoreControlGroup fixed>
|
|
77
|
-
<ReqoreButton disabled fixed id='test'>
|
|
78
|
-
Level 3 deep and fixed
|
|
79
|
-
</ReqoreButton>
|
|
80
|
-
</ReqoreControlGroup>
|
|
81
|
-
</ReqoreControlGroup>
|
|
82
|
-
<ReqoreCheckbox checked margin='both' label='Level 1 deep' />
|
|
83
|
-
<ReqoreButton intent='danger'>Level 1 deep</ReqoreButton>
|
|
84
|
-
</ReqoreControlGroup>
|
|
85
|
-
</ReqoreControlGroup>
|
|
86
|
-
<ReqoreVerticalSpacer height={10} />
|
|
87
|
-
<ReqoreControlGroup {...args} stack>
|
|
88
|
-
<ReqoreButton
|
|
89
|
-
icon='PictureInPictureLine'
|
|
90
|
-
description='Here is a really weird and long description that needs to stretch the button a little bit so we can get some idea on how the other buttons are going to react.'
|
|
91
|
-
maxWidth='400px'
|
|
92
|
-
>
|
|
93
|
-
Please select
|
|
94
|
-
</ReqoreButton>
|
|
95
|
-
<ReqoreButton icon='AddLine' intent='info' />
|
|
96
|
-
<ReqoreButton>Edit</ReqoreButton>
|
|
97
|
-
<ReqoreButton icon='DeleteBinLine' intent='danger'>
|
|
98
|
-
Remove
|
|
99
|
-
</ReqoreButton>
|
|
100
|
-
</ReqoreControlGroup>
|
|
101
|
-
<ReqoreVerticalSpacer height={10} />
|
|
102
|
-
<ReqoreControlGroup {...args} stack fluid>
|
|
103
|
-
<ReqoreButton
|
|
104
|
-
icon='PictureInPictureLine'
|
|
105
|
-
description='Here is a really weird and long description that needs to stretch the button a little bit so we can get some idea on how the other buttons are going to react.'
|
|
106
|
-
>
|
|
107
|
-
Please select
|
|
108
|
-
</ReqoreButton>
|
|
109
|
-
<ReqoreButton icon='AddLine' intent='info' fixed />
|
|
110
|
-
<ReqoreButton fixed>Edit</ReqoreButton>
|
|
111
|
-
<ReqoreButton icon='DeleteBinLine' intent='danger' fixed>
|
|
112
|
-
Remove
|
|
113
|
-
</ReqoreButton>
|
|
114
|
-
</ReqoreControlGroup>
|
|
115
|
-
</>
|
|
116
|
-
);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
if (args.responsive) {
|
|
120
|
-
return (
|
|
121
|
-
<div style={{ width: 600 }}>
|
|
122
|
-
<ReqoreControlGroup {...args} wrap={false}>
|
|
123
|
-
<ReqoreButton icon='PictureInPictureLine'>Button</ReqoreButton>
|
|
124
|
-
<ReqoreControlGroup stack>
|
|
125
|
-
<ReqoreTag label='A wild tag appears!' color='main:lighten:2' />
|
|
126
|
-
</ReqoreControlGroup>
|
|
127
|
-
<ReqoreControlGroup stack>
|
|
128
|
-
<ReqoreButton maxWidth='300px'>Button with max width</ReqoreButton>
|
|
129
|
-
<ReqoreTag label='A wild tag appears!' color='main:lighten:2' />
|
|
130
|
-
</ReqoreControlGroup>
|
|
131
|
-
<ReqoreControlGroup stack>
|
|
132
|
-
<ReqoreControlGroup>
|
|
133
|
-
<ReqoreButton customTheme={{ main: '#00e3e8' }}>Level 2 deep</ReqoreButton>
|
|
134
|
-
<ReqoreControlGroup fixed>
|
|
135
|
-
<ReqoreButton disabled fixed id='test'>
|
|
136
|
-
Level 3 deep and fixed
|
|
137
|
-
</ReqoreButton>
|
|
138
|
-
</ReqoreControlGroup>
|
|
139
|
-
</ReqoreControlGroup>
|
|
140
|
-
<ReqoreButton intent='danger'>Level 1 deep</ReqoreButton>
|
|
141
|
-
<ReqoreCheckbox checked margin='both' label='Level 1 deep' />
|
|
142
|
-
</ReqoreControlGroup>
|
|
143
|
-
<ReqoreButton icon='PictureInPictureLine'>Button</ReqoreButton>
|
|
144
|
-
<ReqoreButton maxWidth='300px'>Button with max width</ReqoreButton>
|
|
145
|
-
</ReqoreControlGroup>
|
|
146
|
-
</div>
|
|
147
|
-
);
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
return (
|
|
151
|
-
<>
|
|
152
|
-
<ReqoreControlGroup {...args}>
|
|
153
|
-
<ReqoreButton icon='PictureInPictureLine'>Button</ReqoreButton>
|
|
154
|
-
<ReqoreButton icon='PictureInPictureLine' fluid shrink={0}>
|
|
155
|
-
Fluid Button
|
|
156
|
-
</ReqoreButton>
|
|
157
|
-
<ReqoreButton
|
|
158
|
-
icon='PictureInPictureLine'
|
|
159
|
-
flat={false}
|
|
160
|
-
effect={{ gradient: { colors: { 0: 'success', 100: 'info:darken:1' } } }}
|
|
161
|
-
description="With a description, it's a bit longer than the button itself"
|
|
162
|
-
fixed
|
|
163
|
-
>
|
|
164
|
-
Non flat fixed Button
|
|
165
|
-
</ReqoreButton>
|
|
166
|
-
<ReqoreControlGroup stack>
|
|
167
|
-
<ReqoreButton maxWidth='300px'>Button with max width</ReqoreButton>
|
|
168
|
-
<ReqoreTag label='A wild tag appears!' color='main:lighten:2' />
|
|
169
|
-
</ReqoreControlGroup>
|
|
170
|
-
<ReqoreCheckbox
|
|
171
|
-
asSwitch
|
|
172
|
-
label='Switchy switch'
|
|
173
|
-
margin='both'
|
|
174
|
-
intent='warning'
|
|
175
|
-
checkedIcon='CheckFill'
|
|
176
|
-
checked
|
|
177
|
-
uncheckedIcon='CheckboxBlankLine'
|
|
178
|
-
/>
|
|
179
|
-
<ReqoreInput icon='4KFill' value='Hello I am fluid' fluid />
|
|
180
|
-
<ReqoreControlGroup stack>
|
|
181
|
-
<ReqoreControlGroup>
|
|
182
|
-
<ReqoreButton customTheme={{ main: '#00e3e8' }}>Level 2 deep</ReqoreButton>
|
|
183
|
-
<ReqoreControlGroup fixed>
|
|
184
|
-
<ReqoreButton disabled fixed id='test'>
|
|
185
|
-
Level 3 deep and fixed
|
|
186
|
-
</ReqoreButton>
|
|
187
|
-
</ReqoreControlGroup>
|
|
188
|
-
</ReqoreControlGroup>
|
|
189
|
-
<ReqoreButton intent='danger'>Level 1 deep</ReqoreButton>
|
|
190
|
-
<ReqoreCheckbox checked margin='both' label='Level 1 deep' />
|
|
191
|
-
</ReqoreControlGroup>
|
|
192
|
-
|
|
193
|
-
<ReqoreButton minimal>Minimal</ReqoreButton>
|
|
194
|
-
<ReqoreTag label='smol tag' size='small' />
|
|
195
|
-
</ReqoreControlGroup>
|
|
196
|
-
<ReqoreVerticalSpacer height={15} />
|
|
197
|
-
<ReqoreControlGroup {...args} className='root-group' id='root-group'>
|
|
198
|
-
<ReqoreControlGroup intent='info' className='group-1' id='group-1-wrapper'>
|
|
199
|
-
<ReqoreControlGroup intent='info' className='group-1' id='group-1'>
|
|
200
|
-
<>
|
|
201
|
-
<ReqoreButton icon='PictureInPictureLine' id='group-1-button'>
|
|
202
|
-
Group 1
|
|
203
|
-
</ReqoreButton>
|
|
204
|
-
<ReqoreTag icon='PictureInPictureLine' label='Group 1' id='group-1-tag' />
|
|
205
|
-
</>
|
|
206
|
-
</ReqoreControlGroup>
|
|
207
|
-
<ReqoreControlGroup intent='pending' className='group-1-1' id='group-1-1'>
|
|
208
|
-
<ReqoreButton icon='PictureInPictureLine' id='group-1-1-button'>
|
|
209
|
-
Group 1-1
|
|
210
|
-
</ReqoreButton>
|
|
211
|
-
<ReqoreTag icon='PictureInPictureLine' label='Group 1-1' id='group-1-1-tag' />
|
|
212
|
-
<ReqoreDropdown
|
|
213
|
-
items={[
|
|
214
|
-
{
|
|
215
|
-
selected: true,
|
|
216
|
-
label: 'Hello',
|
|
217
|
-
value: 'hello',
|
|
218
|
-
icon: 'SunCloudyLine',
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
label: 'How are ya',
|
|
222
|
-
value: 'howareya',
|
|
223
|
-
icon: 'BatteryChargeFill',
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
disabled: true,
|
|
227
|
-
label: 'i aM diSAblEd',
|
|
228
|
-
value: 'disabled',
|
|
229
|
-
icon: 'StopCircleLine',
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
label: 'With right button',
|
|
233
|
-
value: 'kek',
|
|
234
|
-
icon: 'CheckDoubleLine',
|
|
235
|
-
},
|
|
236
|
-
]}
|
|
237
|
-
>
|
|
238
|
-
Dropdown
|
|
239
|
-
</ReqoreDropdown>
|
|
240
|
-
</ReqoreControlGroup>
|
|
241
|
-
</ReqoreControlGroup>
|
|
242
|
-
<ReqoreButton icon='PictureInPictureLine' id='group-root-button'>
|
|
243
|
-
Root group
|
|
244
|
-
</ReqoreButton>
|
|
245
|
-
<ReqoreControlGroup intent='success' className='group-2' id='group-2'>
|
|
246
|
-
<>
|
|
247
|
-
<ReqoreButton icon='PictureInPictureLine' id='group-2-button' fixed>
|
|
248
|
-
Group 2
|
|
249
|
-
</ReqoreButton>
|
|
250
|
-
<ReqoreControlGroup intent='danger' className='group-3' id='group-3'>
|
|
251
|
-
<ReqoreButton icon='PictureInPictureLine' id='group-3-button-1'>
|
|
252
|
-
Group 3
|
|
253
|
-
</ReqoreButton>
|
|
254
|
-
<ReqoreButton icon='PictureInPictureLine' id='group-3-button-2'>
|
|
255
|
-
Group 3
|
|
256
|
-
</ReqoreButton>
|
|
257
|
-
</ReqoreControlGroup>
|
|
258
|
-
</>
|
|
259
|
-
<ReqoreCheckbox label='Group 2' margin='both' id='group-2-checkbox' />
|
|
260
|
-
</ReqoreControlGroup>
|
|
261
|
-
<ReqoreButton icon='PictureInPictureLine' id='group-root-button-2'>
|
|
262
|
-
Root group
|
|
263
|
-
</ReqoreButton>
|
|
264
|
-
<ReqoreControlGroup intent='warning' className='group-4' id='group-4'>
|
|
265
|
-
<ReqoreControlGroup id='group-4-1' fluid={false}>
|
|
266
|
-
<ReqoreTag icon='PictureInPictureLine' label='Group 4' id='group-4-1-tag' />
|
|
267
|
-
<ReqoreInput icon='PictureInPictureLine' value='Group 4' id='group-4-1-input' />
|
|
268
|
-
</ReqoreControlGroup>
|
|
269
|
-
<ReqoreControlGroup id='group-4-3'>
|
|
270
|
-
<ReqoreTag icon='PictureInPictureLine' label='Group 4' id='group-4-3-tag' />
|
|
271
|
-
<>
|
|
272
|
-
<ReqoreInput icon='PictureInPictureLine' value='Group 4' id='group-4-3-input' />
|
|
273
|
-
<ReqoreControlGroup id='group-5' intent='muted' fluid={false}>
|
|
274
|
-
<ReqoreTag icon='PictureInPictureLine' label='Group 5' id='group-4-3-1-tag' />
|
|
275
|
-
<ReqoreTag icon='PictureInPictureLine' label='Group 5' id='group-4-3-2-tag' />
|
|
276
|
-
<ReqoreTag icon='PictureInPictureLine' label='Group 5' id='group-4-3-3-tag' />
|
|
277
|
-
<ReqoreControlGroup id='group 6' intent='success'>
|
|
278
|
-
<ReqoreButton fixed>Group 6</ReqoreButton>
|
|
279
|
-
</ReqoreControlGroup>
|
|
280
|
-
</ReqoreControlGroup>
|
|
281
|
-
</>
|
|
282
|
-
</ReqoreControlGroup>
|
|
283
|
-
</ReqoreControlGroup>
|
|
284
|
-
</ReqoreControlGroup>
|
|
285
|
-
</>
|
|
286
|
-
);
|
|
287
|
-
};
|
|
288
|
-
|
|
289
|
-
export const Basic: Story = {
|
|
290
|
-
render: Template,
|
|
291
|
-
};
|
|
292
|
-
|
|
293
|
-
export const Minimal: Story = {
|
|
294
|
-
render: Template,
|
|
295
|
-
|
|
296
|
-
args: {
|
|
297
|
-
minimal: true,
|
|
298
|
-
},
|
|
299
|
-
};
|
|
300
|
-
|
|
301
|
-
export const Fluid: Story = {
|
|
302
|
-
render: Template,
|
|
303
|
-
|
|
304
|
-
args: {
|
|
305
|
-
fluid: true,
|
|
306
|
-
},
|
|
307
|
-
};
|
|
308
|
-
|
|
309
|
-
export const Fill: Story = {
|
|
310
|
-
render: Template,
|
|
311
|
-
|
|
312
|
-
args: {
|
|
313
|
-
fill: true,
|
|
314
|
-
},
|
|
315
|
-
};
|
|
316
|
-
|
|
317
|
-
export const NotFlat: Story = {
|
|
318
|
-
render: Template,
|
|
319
|
-
|
|
320
|
-
args: {
|
|
321
|
-
flat: false,
|
|
322
|
-
},
|
|
323
|
-
};
|
|
324
|
-
|
|
325
|
-
export const Vertical: Story = {
|
|
326
|
-
render: Template,
|
|
327
|
-
|
|
328
|
-
args: {
|
|
329
|
-
vertical: true,
|
|
330
|
-
},
|
|
331
|
-
};
|
|
332
|
-
|
|
333
|
-
export const VerticalFluid: Story = {
|
|
334
|
-
render: Template,
|
|
335
|
-
|
|
336
|
-
args: {
|
|
337
|
-
vertical: true,
|
|
338
|
-
fluid: true,
|
|
339
|
-
},
|
|
340
|
-
};
|
|
341
|
-
|
|
342
|
-
export const VerticalStackedFluid: Story = {
|
|
343
|
-
render: Template,
|
|
344
|
-
|
|
345
|
-
args: {
|
|
346
|
-
vertical: true,
|
|
347
|
-
stack: true,
|
|
348
|
-
fluid: true,
|
|
349
|
-
},
|
|
350
|
-
};
|
|
351
|
-
|
|
352
|
-
export const Stacked: Story = {
|
|
353
|
-
render: Template,
|
|
354
|
-
|
|
355
|
-
args: {
|
|
356
|
-
stack: true,
|
|
357
|
-
},
|
|
358
|
-
};
|
|
359
|
-
|
|
360
|
-
export const BigGapSize: Story = {
|
|
361
|
-
render: Template,
|
|
362
|
-
|
|
363
|
-
args: {
|
|
364
|
-
gapSize: 'big',
|
|
365
|
-
},
|
|
366
|
-
};
|
|
367
|
-
|
|
368
|
-
export const NoWrap: Story = {
|
|
369
|
-
render: Template,
|
|
370
|
-
|
|
371
|
-
args: {
|
|
372
|
-
wrap: false,
|
|
373
|
-
},
|
|
374
|
-
};
|
|
375
|
-
|
|
376
|
-
export const HorizontalAlign: Story = {
|
|
377
|
-
render: Template,
|
|
378
|
-
|
|
379
|
-
args: {
|
|
380
|
-
vertical: true,
|
|
381
|
-
horizontalAlign: 'center',
|
|
382
|
-
},
|
|
383
|
-
};
|
|
384
|
-
|
|
385
|
-
export const VerticalAlign: Story = {
|
|
386
|
-
render: Template,
|
|
387
|
-
|
|
388
|
-
args: {
|
|
389
|
-
verticalAlign: 'flex-end',
|
|
390
|
-
},
|
|
391
|
-
};
|
|
392
|
-
|
|
393
|
-
export const Responsive: Story = {
|
|
394
|
-
render: Template,
|
|
395
|
-
|
|
396
|
-
args: {
|
|
397
|
-
responsive: true,
|
|
398
|
-
},
|
|
399
|
-
};
|
|
@@ -1,294 +0,0 @@
|
|
|
1
|
-
import { StoryFn, StoryObj } from '@storybook/react';
|
|
2
|
-
import { noop } from 'lodash';
|
|
3
|
-
import { IReqoreDrawerProps, ReqoreDrawer } from '../../components/Drawer';
|
|
4
|
-
import { IReqoreInputProps } from '../../components/Input';
|
|
5
|
-
import {
|
|
6
|
-
ReqoreButton,
|
|
7
|
-
ReqoreCollection,
|
|
8
|
-
ReqoreInput,
|
|
9
|
-
ReqorePanel,
|
|
10
|
-
ReqoreTabs,
|
|
11
|
-
ReqoreTabsContent,
|
|
12
|
-
useReqoreProperty,
|
|
13
|
-
} from '../../index';
|
|
14
|
-
import { StoryMeta } from '../utils';
|
|
15
|
-
import { FlatArg, IntentArg, argManager } from '../utils/args';
|
|
16
|
-
|
|
17
|
-
const { createArg } = argManager<IReqoreDrawerProps>();
|
|
18
|
-
|
|
19
|
-
const meta = {
|
|
20
|
-
title: 'Dialogs/Drawer/Stories',
|
|
21
|
-
component: ReqoreDrawer,
|
|
22
|
-
parameters: {
|
|
23
|
-
chromatic: {
|
|
24
|
-
viewports: [450, 600, 1440],
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
argTypes: {
|
|
28
|
-
...FlatArg,
|
|
29
|
-
...createArg('floating', {
|
|
30
|
-
type: 'boolean',
|
|
31
|
-
name: 'Floating',
|
|
32
|
-
defaultValue: false,
|
|
33
|
-
}),
|
|
34
|
-
...createArg('isOpen', {
|
|
35
|
-
type: 'boolean',
|
|
36
|
-
name: 'Open',
|
|
37
|
-
defaultValue: true,
|
|
38
|
-
}),
|
|
39
|
-
...createArg('resizable', {
|
|
40
|
-
type: 'boolean',
|
|
41
|
-
name: 'Resizable',
|
|
42
|
-
defaultValue: true,
|
|
43
|
-
}),
|
|
44
|
-
...createArg('hidable', {
|
|
45
|
-
type: 'boolean',
|
|
46
|
-
name: 'Hidable',
|
|
47
|
-
defaultValue: true,
|
|
48
|
-
}),
|
|
49
|
-
...createArg('position', {
|
|
50
|
-
defaultValue: 'right',
|
|
51
|
-
name: 'Position',
|
|
52
|
-
control: {
|
|
53
|
-
type: 'select',
|
|
54
|
-
},
|
|
55
|
-
options: ['left', 'right', 'top', 'bottom'],
|
|
56
|
-
}),
|
|
57
|
-
...createArg('size', {
|
|
58
|
-
defaultValue: 'auto',
|
|
59
|
-
name: 'Size',
|
|
60
|
-
type: 'string',
|
|
61
|
-
}),
|
|
62
|
-
...createArg('minSize', {
|
|
63
|
-
defaultValue: '150px',
|
|
64
|
-
name: 'Minimal Size',
|
|
65
|
-
type: 'string',
|
|
66
|
-
}),
|
|
67
|
-
...createArg('maxSize', {
|
|
68
|
-
defaultValue: '90vw',
|
|
69
|
-
name: 'Max Size',
|
|
70
|
-
type: 'string',
|
|
71
|
-
}),
|
|
72
|
-
...createArg('blur', {
|
|
73
|
-
defaultValue: 3,
|
|
74
|
-
name: 'Backdrop blur',
|
|
75
|
-
type: 'number',
|
|
76
|
-
}),
|
|
77
|
-
...createArg('opacity', {
|
|
78
|
-
defaultValue: 1,
|
|
79
|
-
name: 'Drawer Opacity',
|
|
80
|
-
type: 'number',
|
|
81
|
-
}),
|
|
82
|
-
...createArg('hasBackdrop', {
|
|
83
|
-
defaultValue: true,
|
|
84
|
-
name: 'Has Backdrop',
|
|
85
|
-
type: 'boolean',
|
|
86
|
-
}),
|
|
87
|
-
...IntentArg,
|
|
88
|
-
},
|
|
89
|
-
args: {
|
|
90
|
-
isOpen: true,
|
|
91
|
-
position: 'right',
|
|
92
|
-
resizable: true,
|
|
93
|
-
hidable: true,
|
|
94
|
-
size: 'auto',
|
|
95
|
-
minSize: '150px',
|
|
96
|
-
maxSize: '90vw',
|
|
97
|
-
blur: 3,
|
|
98
|
-
opacity: 1,
|
|
99
|
-
hasBackdrop: true,
|
|
100
|
-
},
|
|
101
|
-
} as StoryMeta<typeof ReqoreDrawer>;
|
|
102
|
-
|
|
103
|
-
export default meta;
|
|
104
|
-
type Story = StoryObj<typeof meta>;
|
|
105
|
-
|
|
106
|
-
const Template: StoryFn<typeof ReqoreDrawer> = (args) => {
|
|
107
|
-
const confirmAction = useReqoreProperty('confirmAction');
|
|
108
|
-
|
|
109
|
-
return (
|
|
110
|
-
<>
|
|
111
|
-
<ReqorePanel label='Just some background text' padded>
|
|
112
|
-
By impossible of in difficulty discovered celebrated ye. Justice joy manners boy met resolve
|
|
113
|
-
produce. Bed head loud next plan rent had easy add him. As earnestly shameless elsewhere
|
|
114
|
-
defective estimable fulfilled of. Esteem my advice it an excuse enable. Few household
|
|
115
|
-
abilities believing determine zealously his repulsive. To open draw dear be by side like.
|
|
116
|
-
Allow miles wound place the leave had. To sitting subject no improve studied limited. Ye
|
|
117
|
-
indulgence unreserved connection alteration appearance my an astonished. Up as seen sent
|
|
118
|
-
make he they of. Her raising and himself pasture believe females. Fancy she stuff after
|
|
119
|
-
aware merit small his. Charmed esteems luckily age out. At ourselves direction believing do
|
|
120
|
-
he departure. Celebrated her had sentiments understood are projection set. Possession ye no
|
|
121
|
-
mr unaffected remarkably at. Wrote house in never fruit up. Pasture imagine my garrets an
|
|
122
|
-
he. However distant she request behaved see nothing. Talking settled at pleased an of me
|
|
123
|
-
brother weather. Breakfast procuring nay end happiness allowance assurance frankness. Met
|
|
124
|
-
simplicity nor difficulty unreserved who. Entreaties mr conviction dissimilar me astonished
|
|
125
|
-
estimating cultivated. On no applauded exquisite my additions. Pronounce add boy estimable
|
|
126
|
-
nay suspected. You sudden nay elinor thirty esteem temper. Quiet leave shy you gay off asked
|
|
127
|
-
large style. Rooms oh fully taken by worse do. Points afraid but may end law lasted. Was out
|
|
128
|
-
laughter raptures returned outweigh. Luckily cheered colonel me do we attacks on highest
|
|
129
|
-
enabled. Tried law yet style child. Bore of true of no be deal. Frequently sufficient in be
|
|
130
|
-
unaffected. The furnished she concluded depending procuring concealed. In to am attended
|
|
131
|
-
desirous raptures declared diverted confined at. Collected instantly remaining up certainly
|
|
132
|
-
to necessary as. Over walk dull into son boy door went new. At or happiness commanded
|
|
133
|
-
daughters as. Is handsome an declared at received in extended vicinity subjects. Into miss
|
|
134
|
-
on he over been late pain an. Only week bore boy what fat case left use. Match round scale
|
|
135
|
-
now sex style far times. Your me past an much. Able an hope of body. Any nay shyness article
|
|
136
|
-
matters own removal nothing his forming. Gay own additions education satisfied the
|
|
137
|
-
perpetual. If he cause manor happy. Without farther she exposed saw man led. Along on happy
|
|
138
|
-
could cease green oh. Her old collecting she considered discovered. So at parties he warrant
|
|
139
|
-
oh staying. Square new horses and put better end. Sincerity collected happiness do is
|
|
140
|
-
contented. Sigh ever way now many. Alteration you any nor unsatiable diminution reasonable
|
|
141
|
-
companions shy partiality. Leaf by left deal mile oh if easy. Added woman first get led joy
|
|
142
|
-
not early jokes. As am hastily invited settled at limited civilly fortune me. Really spring
|
|
143
|
-
in extent an by. Judge but built gay party world. Of so am he remember although required.
|
|
144
|
-
Bachelor unpacked be advanced at. Confined in declared marianne is vicinity. It sportsman
|
|
145
|
-
earnestly ye preserved an on. Moment led family sooner cannot her window pulled any. Or
|
|
146
|
-
raillery if improved landlord to speaking hastened differed he. Furniture discourse
|
|
147
|
-
elsewhere yet her sir extensive defective unwilling get. Why resolution one motionless you
|
|
148
|
-
him thoroughly. Noise is round to in it quick timed doors. Written address greatly get
|
|
149
|
-
attacks inhabit pursuit our but. Lasted hunted enough an up seeing in lively letter. Had
|
|
150
|
-
judgment out opinions property the supplied.
|
|
151
|
-
</ReqorePanel>
|
|
152
|
-
<ReqoreDrawer
|
|
153
|
-
{...args}
|
|
154
|
-
label='This is a test'
|
|
155
|
-
icon='EmphasisCn'
|
|
156
|
-
onClose={noop}
|
|
157
|
-
onHideToggle={(isHidden) => console.log(isHidden)}
|
|
158
|
-
actions={[
|
|
159
|
-
{
|
|
160
|
-
responsive: false,
|
|
161
|
-
group: [
|
|
162
|
-
{
|
|
163
|
-
label: 'Non responsive',
|
|
164
|
-
icon: '24HoursFill',
|
|
165
|
-
customTheme: { main: '#eb0e8c' },
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
icon: 'FullscreenExitLine',
|
|
169
|
-
customTheme: { main: '#a40a62' },
|
|
170
|
-
},
|
|
171
|
-
],
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
fixed: true,
|
|
175
|
-
group: [
|
|
176
|
-
{ label: 'Stacked Action 1', icon: 'BallPenLine', intent: 'warning' },
|
|
177
|
-
{ icon: 'CopperCoinFill', intent: 'danger' },
|
|
178
|
-
],
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
as: ReqoreInput,
|
|
182
|
-
props: {
|
|
183
|
-
placeholder: 'Custom action!',
|
|
184
|
-
icon: 'Search2Line',
|
|
185
|
-
minimal: false,
|
|
186
|
-
} as IReqoreInputProps,
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
label: 'More actions',
|
|
190
|
-
actions: [
|
|
191
|
-
{ label: 'Sub Test', icon: 'FileDownloadLine' },
|
|
192
|
-
{ label: 'Sub Test 2', icon: 'FileDownloadLine', intent: 'success' },
|
|
193
|
-
],
|
|
194
|
-
intent: 'info',
|
|
195
|
-
},
|
|
196
|
-
]}
|
|
197
|
-
bottomActions={[
|
|
198
|
-
{
|
|
199
|
-
position: 'left',
|
|
200
|
-
intent: 'success',
|
|
201
|
-
group: [
|
|
202
|
-
{ label: 'Test 1', icon: '24HoursFill' },
|
|
203
|
-
{ label: 'Test 2', icon: '24HoursFill' },
|
|
204
|
-
],
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
label: 'More actions',
|
|
208
|
-
position: 'right',
|
|
209
|
-
actions: [
|
|
210
|
-
{ label: 'Sub Test', icon: 'FileDownloadLine', intent: 'success' },
|
|
211
|
-
{ label: 'Sub Test 2', icon: 'FileDownloadLine' },
|
|
212
|
-
],
|
|
213
|
-
},
|
|
214
|
-
]}
|
|
215
|
-
>
|
|
216
|
-
<ReqoreTabs
|
|
217
|
-
flat
|
|
218
|
-
intent={args.intent}
|
|
219
|
-
tabs={[
|
|
220
|
-
{ label: 'Tab 1 with some long label', id: 'tab1' },
|
|
221
|
-
{ label: 'Tab 2 another long label', id: 'tab2' },
|
|
222
|
-
]}
|
|
223
|
-
>
|
|
224
|
-
<ReqoreTabsContent tabId='tab1'>
|
|
225
|
-
<ReqorePanel
|
|
226
|
-
fill
|
|
227
|
-
title='Tab 1 contents'
|
|
228
|
-
collapsible
|
|
229
|
-
flat
|
|
230
|
-
rounded
|
|
231
|
-
padded
|
|
232
|
-
label='I AM A PANEL'
|
|
233
|
-
>
|
|
234
|
-
I am a message a very long message - Shadowlands has mechanisms put in place for
|
|
235
|
-
allowing players to catch up on Renown, the system of gaining favor and unlocking
|
|
236
|
-
rewards, Campaign chapters, and soulbinds within your Covenant.
|
|
237
|
-
</ReqorePanel>
|
|
238
|
-
<br />
|
|
239
|
-
<ReqoreButton
|
|
240
|
-
onClick={() =>
|
|
241
|
-
confirmAction({
|
|
242
|
-
description:
|
|
243
|
-
'This is a simple test to establish the proper balance of your loud speakers',
|
|
244
|
-
})
|
|
245
|
-
}
|
|
246
|
-
>
|
|
247
|
-
Hello I am a super long button that opens a modal on click
|
|
248
|
-
</ReqoreButton>
|
|
249
|
-
</ReqoreTabsContent>
|
|
250
|
-
<ReqoreTabsContent tabId='tab2'>
|
|
251
|
-
Tab 2 here
|
|
252
|
-
<ReqoreCollection items={[{ label: 'Item 1' }, { label: 'Item 2' }]} />
|
|
253
|
-
</ReqoreTabsContent>
|
|
254
|
-
</ReqoreTabs>
|
|
255
|
-
</ReqoreDrawer>
|
|
256
|
-
</>
|
|
257
|
-
);
|
|
258
|
-
};
|
|
259
|
-
|
|
260
|
-
export const Basic: Story = {
|
|
261
|
-
render: Template,
|
|
262
|
-
};
|
|
263
|
-
|
|
264
|
-
export const Flat: Story = {
|
|
265
|
-
render: Template,
|
|
266
|
-
|
|
267
|
-
args: {
|
|
268
|
-
flat: true,
|
|
269
|
-
},
|
|
270
|
-
};
|
|
271
|
-
|
|
272
|
-
export const Floating: Story = {
|
|
273
|
-
render: Template,
|
|
274
|
-
|
|
275
|
-
args: {
|
|
276
|
-
floating: true,
|
|
277
|
-
},
|
|
278
|
-
};
|
|
279
|
-
|
|
280
|
-
export const Transparent: Story = {
|
|
281
|
-
render: Template,
|
|
282
|
-
|
|
283
|
-
args: {
|
|
284
|
-
opacity: 0.5,
|
|
285
|
-
},
|
|
286
|
-
};
|
|
287
|
-
|
|
288
|
-
export const WithSize: Story = {
|
|
289
|
-
render: Template,
|
|
290
|
-
|
|
291
|
-
args: {
|
|
292
|
-
size: '500px',
|
|
293
|
-
},
|
|
294
|
-
};
|