Skip to content

Jmeyering/react-docgen-annotation-resolver

Repository files navigation

Build Status code style: prettier

react-docgen-annotation-resolver

Parse @component annotated export as a react component.

const myComponent = () => (
  <h1>Component</h1>
);

/**
 * @component
 */
export default myComponent;

About

Allow react-docgen to resolve react components based on an annotation.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •