Skip to content

Demos

Empty

<DataValue.Date showEmpty />

Placeholder

The value was not filled in
<DataValue.Date placeholder="The value was not filled in" />

Value

2023-01-16
<DataValue.Date value="2023-01-16" />

Label

<DataValue.Date label="Label text" showEmpty />

Label and value

2023-01-16
<DataValue.Date label="Label text" value="2023-01-16" />

Inline

This is before the component2023-01-16This is after the component
<>
This is before the component
<DataValue.Date value="2023-01-16" inline />
This is after the component
</>

Inline and label

This is before the component2023-01-16This is after the component
<>
This is before the component
<DataValue.Date label="Label text" value="2023-01-16" inline />
This is after the component
</>