Allows you to provide a date in natural language and helps by giving suggestions.
yesterday Mon Oct 27 2025
4:12:45 PM
today Tue Oct 28 2025
4:12:45 PM
tomorrow Wed Oct 29 2025
4:12:46 PM
toast.success(label, {
description: `${date.toDateString()} ${date.toLocaleTimeString()}`
})}
/>
Installation
jsrepo add ui/nlp-date-input
Min/Max
You may want to limit what suggestions are actually presented to the user so that they don't schedule an appointment 30 years from now. You can do this with the min and max props.
today Tue Oct 28 2025
4:12:46 PM
toast.success(label, {
description: `${date.toDateString()} ${date.toLocaleTimeString()}`
})}
/>