Skip to content

Commit

Permalink
added stories
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriaMaltseva committed Dec 17, 2024
1 parent 250c561 commit 40461f9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions assets/js/src/core/components/spin/spin.stories.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/**
* Pimcore
*
* This source file is available under two different licenses:
* - Pimcore Open Core License (POCL)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license https://github.com/pimcore/studio-ui-bundle/blob/1.x/LICENSE.md POCL and PCL
*/

import { type Meta } from '@storybook/react'
import { Spin } from './spin'

const config: Meta = {
title: 'Components/Feedback/Spin',
component: Spin,
args: {
asContainer: true
}
}

export default config

export const _default = {}

0 comments on commit 40461f9

Please sign in to comment.