You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm making use of the react-docgen-typescript to generate the information about the props for my typescript components which is great! However, I can't find a way to actually render any examples from within markdown.
I've done a bit of research and from what I gather react-styleguidest makes use of buble to convert the js and jsx in the markdown files to es5. Just wondering if there was anyway I could also have examples of my typscript components actually rendered instead of simple text examples?
Thanks
The text was updated successfully, but these errors were encountered:
Hey guys / gals,
I'm making use of the react-docgen-typescript to generate the information about the props for my typescript components which is great! However, I can't find a way to actually render any examples from within markdown.
I've done a bit of research and from what I gather react-styleguidest makes use of buble to convert the js and jsx in the markdown files to es5. Just wondering if there was anyway I could also have examples of my typscript components actually rendered instead of simple text examples?
Thanks
The text was updated successfully, but these errors were encountered: