Skip to content

Demos

Empty

<Value.Date showEmpty />

Placeholder

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

Value

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

Label

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

Label and value

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

Inline

This is before the component2023-01-16This is after the component

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