Adapts Ryan Florence's react-autocomplete.
See example implementation in example/.
Development
npm run dev
Build
npm run build
Test
npm test
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторreact-tokeninput |
| Последняя версия | Последняя версия1.4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеreact-tokeninput
WebJar for react-tokeninput
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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