component:'A component that is used to select a boolean value.',
},
},
},
argTypes:{
visible:{control:'boolean'},
width:{control:'text'},
header:{control:'text'},
default:{control:'text'},
theme:{
control:'select',
options:[
'white',
'slate',
'blue',
'sky',
'teal',
'green',
'yellow',
'orange',
'pink',
'fuchsia',
'purple',
'indigo',
'rose',
'red',
'black',
],
},
},
args:{
// primary: false,
// Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args