foopicker

WebJar for foopicker

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

foopicker
Последняя версия

Последняя версия

0.3.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

foopicker
WebJar for foopicker
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/saikoneru/foopicker

Скачать foopicker

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

FooPicker

Pure JavaScript Datepicker

  • Lightweight (6.2KB minified)
  • Zero dependencies

FooPicker Screenshot

Instructions

Bower

npm install foopicker

Other

Download the latest code and include both foopicker.css and foopicker.js in your page and then bind foopicker to an input field

<input type="text" id="datepicker">

Add the following JavaScript code before closing the body tag

<script>
  var foopicker = new FooPicker({
    id: 'datepicker'
  });
</script>

Версии библиотеки

Версия
0.3.4