mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:41:05 +08:00
Merge branch 'next' of https://github.com/BlackFenix2/storybook into next
This commit is contained in:
commit
33b08935b4
@ -4,7 +4,7 @@ export default {
|
||||
title: 'Addon/Controls',
|
||||
component: ControlShowcaseView,
|
||||
argTypes: {
|
||||
range: { defaultValue: '0', control: { type: 'range', min: 0, max: 100 } },
|
||||
range: { defaultValue: 0, control: { type: 'range', min: 0, max: 100 } },
|
||||
loadingState: {
|
||||
control: {
|
||||
type: 'inline-radio',
|
||||
|
Loading…
x
Reference in New Issue
Block a user