One of the main focuses in my recent work is to keep documentation for designers and developers
in the same place. How exactly to achieve this, depends on what are the chosen documenting tools.
At the moment, our team is trying ZeroHeight which is very much appreciated by the designers. However,
brining there technical documentation like a PropTypes table for the components, I faced some obstacles.
Anyways, there is a solution. Create a Storybook page with PropTypes table For every component, create a separate page in Storybook where you output only the component properties. You can use MDX…