From flatpickr
flatpickr Instanz-API: alle Methoden, Properties und DOM-Elemente. Trigger: "flatpickr instanz", "flatpickr instance", "flatpickr methoden", "flatpickr methods", "flatpickr setDate", "flatpickr open close", "flatpickr destroy", "flatpickr set option", "flatpickr selectedDates", "flatpickr changeMonth", "flatpickr clear", "flatpickr toggle".
How this skill is triggered — by the user, by Claude, or both
Slash command
/flatpickr:flatpickr-instanceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```js
const fp = flatpickr("#date", { enableTime: true });
fp.open(); // Kalender öffnen
fp.setDate("2024-06-15"); // Datum programmatisch setzen
fp.set("minDate", "today"); // Option dynamisch ändern
fp.destroy(); // Instanz entfernen
| Methode | Beschreibung |
|---|---|
open() | Kalender öffnen |
close() | Kalender schließen |
toggle() | Kalender öffnen/schließen |
clear() | Auswahl und Input leeren |
destroy() | Instanz komplett entfernen |
setDate(date, triggerChange?) | Datum setzen |
set(option, value) | Config-Option ändern |
changeMonth(n, isOffset?) | Monat wechseln |
jumpToDate(date) | Zu Datum springen |
| Property | Typ | Beschreibung |
|---|---|---|
selectedDates | Date[] | Aktuell gewählte Daten |
currentYear | number | Angezeigtes Jahr |
currentMonth | number | Angezeigter Monat (0–11) |
config | object | Aktive Konfiguration |
npx claudepluginhub zone1987/claude-a-dev-team --plugin flatpickrProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.