-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-components docs: Controls #19309
Comments
props from whole inheritance chain are omitted on purpose - if particular native props really need to be rendered in our arg docs you'll need to add them to component Prop interface |
for those complex scenarios we will need to adopt customized controls -https://storybook.js.org/docs/react/essentials/controls#fully-custom-args It would be nice to bring this issues up in front of bigger quorum so we can come to agreement which approach we'd like to adopt |
|
you should try latest master - if that's still a case, I'd be nice to do proper research if that's known issue on storybook repo and document it within our repo. ty! |
Because this issue has not had activity for over 180 days, we're automatically closing it for house-keeping purposes. Still require assistance? Please, create a new issue with up-to date details. |
We use Storybook Controls in react-components documentation to provide a playground for the component and an API reference table. These are automatically generated.
In proposed Button documentation (#19298), it has the following issues:
@default
is ignored for story doc table rendering since 6.3 #19292disabled
in Buttonicon
inButton
icon
on Button) - the user has to write an object by handPlayground of Base Web library can serve as an inspiration.
The text was updated successfully, but these errors were encountered: