Remove with Text
Remove GetEngineeringSpcReview Better error message EnforceCodeStyleInBuild NginxFileSystem Remove Reactors and Working Directory AppSettings Delete self contained Thunder Tests Back to .net8.0 api/v4/InfinityQS ApiExplorerSettings Wafer Counter
This commit is contained in:
23
Server/wwwroot/package/dist/collection/components/spinner/spinner.stories.js
vendored
Normal file
23
Server/wwwroot/package/dist/collection/components/spinner/spinner.stories.js
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
export default {
|
||||
title: 'Components/Spinner',
|
||||
tags: ['autodocs'],
|
||||
args: {
|
||||
size: "m",
|
||||
variant: 'default'
|
||||
},
|
||||
argTypes: {
|
||||
size: {
|
||||
description: "Size options: s (24px) and m (40px) - default: m",
|
||||
options: ['s', 'm'],
|
||||
control: { type: 'radio' },
|
||||
},
|
||||
variant: {
|
||||
options: ['default', 'brand'],
|
||||
control: { type: 'radio' }
|
||||
}
|
||||
},
|
||||
};
|
||||
const DefaultTemplate = (args) => `<ifx-spinner variant="${args.variant}" size="${args.size}"></ifx-spinner>`;
|
||||
export const Default = DefaultTemplate.bind({});
|
||||
Default.argsTypes = {};
|
||||
//# sourceMappingURL=spinner.stories.js.map
|
Reference in New Issue
Block a user