-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Open
Description
Is your feature request related to a problem? Please describe
Storybook shows a ton of auto-generated controls for all the properties (including even private ones), attributes, slots, CSS shadow parts and events of a custom element. This creates a lot of noise for testing a component.
Describe the solution you'd like
Add an option to disable rendering of the auto-generated controls.
Describe alternatives you've considered
The only other method I know is to whitelist the wanted controls in parameters: { controls: { include: [ ... ] } }
. But that's a lot of unnecessary double-typing.
Are you able to assist to bring the feature to reality?
no
YellowKirby, emillaine, didnotwant, andrewmiroshnichenko, computergnome99 and 7 more