Date and time

Date Field

A form input specifically for entering and selecting dates, supporting various date formats and validation.

Basic

A date field allows users to enter and adjust date and time values using a keyboard. Each part of the date is shown in its own editable segment.

Event date
mmddyyyy

Installation

If you hit any issues, make sure you check out the installation guide here for more information.

Composed Components

When you install this component via the CLI, it automatically loads all composed components, so you don’t need to add them individually.

The Date Field comes packed with several components to enhance functionality and provide a seamless experience.

Field's a core piece every other component uses. It flexes reusable styles, showing up in inputs, labels, descriptions, and more.

Manual Installation

Make sure you also install the composed components and the required packages for the component to function properly.

Date Time Field

You can also use the date field to select both date and time.

Event date
4520250442

Validation

When validation is applied, the date field will show a validation message if the entered value is invalid.

Event date*
mmddyyyy

Prefix

A demonstration of how to add a prefix to the date field component for enhanced clarity or customization.

Event date*
mmddyyyy

Suffix

A demonstration of how to add a suffix to the date field component to provide additional context or customization.

Event date*
mmddyyyy

Controlled

In a controlled date field, the value must be passed as a prop, and the field is not directly editable by the user.

Saturday, April 5, 2025

2025-04-05

Event date
452025

Uncontrolled

In a controlled date field, the value must be passed as a prop, and the field is not directly editable by the user.

Event date
452025

Readonly

In a readonly date field, the value is provided as a prop, and the field is not editable by the user.

Event date
452025

Disabled

A disabled date field is non-interactive and visually represented in a disabled state.

Event date
mmddyyyy