<Meta
title="Component Title"
component={ComponentName}
argTypes={{
myArg: { defaultValue: 'Click Me!' },
}}
parameters = {{
actions: {
handles: ['mouseover', 'click']
},
}}
/>
Search
May 20, 20241 min read
<Meta
title="Component Title"
component={ComponentName}
argTypes={{
myArg: { defaultValue: 'Click Me!' },
}}
parameters = {{
actions: {
handles: ['mouseover', 'click']
},
}}
/>