Socket
Socket
Sign inDemoInstall

shortcut-buttons-flatpickr

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    shortcut-buttons-flatpickr

Shortcut buttons is a plugin for flatpickr that provides users an alternative way to interact with the datetime picker.


Version published
Weekly downloads
24K
increased by1.15%
Maintainers
1
Install size
65.6 kB
Created
Weekly downloads
 

Readme

Source

Shortcut buttons

CircleCI Coverage Status npm version flatpickr License

Shortcut buttons is a plugin for flatpickr that provides users an alternative way to interact with the datetime picker.

material_blue material_green confetti material_red light dark

Motivation

Shortcut buttons development has been motivated by the need of having a fast, flexible and seemless alternative way for users to select specific date(s) without being forced to navigate through their calendars and individually select those date(s).

Installation

Installing as a module:

yarn add shortcut-buttons-flatpickr

Installing on non-module environments:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/shortcut-buttons-flatpickr@0.1.0/dist/themes/light.min.css">
<script src="https://cdn.jsdelivr.net/npm/shortcut-buttons-flatpickr@0.1.0/dist/shortcut-buttons-flatpickr.min.js"></script>

API

ParamsTypeDescription
buttonObject, Object[]Button(s).
[button.attributes]ObjectButton's attributes.
Supported attributes: accesskey, aria-label, class and tabindex.
button.labelstringButton's label.
[label]stringLabel including a word/sentence stating that the user can use the calendar or one of the buttons.
onClickFunction, Function[]Callback(s) invoked when plugin's buttons are clicked. Each callback is fed with two parameters:
index - the index of the clicked button.
fp - flatpickr's instance.
[theme]stringFlatpickr's theme, defaults to light if none supplied.

Usage Examples

Keywords

FAQs

Last updated on 09 Jan 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc