feat: comment updates
This commit is contained in:
committed by
Michael Zetterberg
parent
29abc3cba6
commit
91933f47cf
@@ -3,13 +3,15 @@ import 'react-material-symbols/rounded'
|
||||
import type { Meta, StoryObj } from '@storybook/react'
|
||||
|
||||
import { Loading } from './Loading'
|
||||
import { config } from './variants'
|
||||
|
||||
const meta: Meta<typeof Loading> = {
|
||||
title: 'Components/Loading',
|
||||
component: Loading,
|
||||
argTypes: {
|
||||
type: {
|
||||
control: 'text',
|
||||
control: 'select',
|
||||
options: Object.keys(config.variants.type),
|
||||
},
|
||||
size: {
|
||||
control: 'number',
|
||||
|
||||
Reference in New Issue
Block a user