Adapts Ryan Florence's react-autocomplete.
See example implementation in example/
.
Development
npm run dev
Build
npm run build
Test
npm test
License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-tokeninput |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreact-tokeninput
WebJar for react-tokeninput
|
Project URL |
Project URL |
Filename | Size |
---|---|
react-tokeninput-1.4.0.pom | |
react-tokeninput-1.4.0.jar | 866 KB |
react-tokeninput-1.4.0-sources.jar | 22 bytes |
react-tokeninput-1.4.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-tokeninput/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-tokeninput</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-tokeninput/
implementation 'org.webjars.npm:react-tokeninput:1.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/react-tokeninput/
implementation ("org.webjars.npm:react-tokeninput:1.4.0")
'org.webjars.npm:react-tokeninput:jar:1.4.0'
<dependency org="org.webjars.npm" name="react-tokeninput" rev="1.4.0">
<artifact name="react-tokeninput" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-tokeninput', version='1.4.0')
)
libraryDependencies += "org.webjars.npm" % "react-tokeninput" % "1.4.0"
[org.webjars.npm/react-tokeninput "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars.npm : classnames | jar | [2.2.1,3) |
Adapts Ryan Florence's react-autocomplete.
See example implementation in example/
.
npm run dev
npm run build
npm test