feat: comment updates

This commit is contained in:
Simon Emanuelsson
2025-05-03 21:56:56 +02:00
committed by Michael Zetterberg
parent 29abc3cba6
commit 91933f47cf
6 changed files with 86 additions and 68 deletions

View File

@@ -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',