react-docgen-annotation-resolver

WebJar for react-docgen-annotation-resolver

License

License

MIT
Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

react-docgen-annotation-resolver
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

react-docgen-annotation-resolver
WebJar for react-docgen-annotation-resolver
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/Jmeyering/react-docgen-annotation-resolver

Download react-docgen-annotation-resolver

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-docgen-annotation-resolver/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-docgen-annotation-resolver</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-docgen-annotation-resolver/
implementation 'org.webjars.npm:react-docgen-annotation-resolver:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/react-docgen-annotation-resolver/
implementation ("org.webjars.npm:react-docgen-annotation-resolver:1.1.0")
'org.webjars.npm:react-docgen-annotation-resolver:jar:1.1.0'
<dependency org="org.webjars.npm" name="react-docgen-annotation-resolver" rev="1.1.0">
  <artifact name="react-docgen-annotation-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-docgen-annotation-resolver', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "react-docgen-annotation-resolver" % "1.1.0"
[org.webjars.npm/react-docgen-annotation-resolver "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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;

Versions

Version
1.1.0