UNPKG

react-inline-date-input

Version:

A contenteditable DD-MM-YYYY date input for React

10 lines (8 loc) 160 B
/** @type {import('tailwindcss').Config} */ export default { content: [ "./example/**/*.{js,ts,jsx,tsx}"], theme: { extend: {}, }, plugins: [], };