I have a mixin that adds props to the component. Is it possible for those props to also be documented with the component they are added to?
I'll add an optional extra setting to import the mixins. Thanks @lancetharper
I just updated the documentation to add mixins.
Does this work for mixins that aren't global?
You can use the mixins in the component and render, but for now, they will not be documented, I have to evaluate how to do it, it could take a little time.
Most helpful comment
You can use the mixins in the component and render, but for now, they will not be documented, I have to evaluate how to do it, it could take a little time.