This commit is contained in:
blackfenix2 2020-09-01 22:54:32 -04:00
commit 33b08935b4

View File

@ -4,7 +4,7 @@ export default {
title: 'Addon/Controls', title: 'Addon/Controls',
component: ControlShowcaseView, component: ControlShowcaseView,
argTypes: { argTypes: {
range: { defaultValue: '0', control: { type: 'range', min: 0, max: 100 } }, range: { defaultValue: 0, control: { type: 'range', min: 0, max: 100 } },
loadingState: { loadingState: {
control: { control: {
type: 'inline-radio', type: 'inline-radio',