Demos#
Empty#
Fødselsdato
<Value.DateOfBirth showEmpty />
Placeholder#
FødselsdatoThe value was not filled in
<Value.DateOfBirth placeholder="The value was not filled in" />
Value#
Fødselsdato16. januar 2023
<Value.DateOfBirth value="2023-01-16" />
Label#
Label text
<Value.DateOfBirth label="Label text" showEmpty />
Label and value#
Label text16. januar 2023
<Value.DateOfBirth label="Label text" value="2023-01-16" />
Inline#
This is before the component 16. januar 2023 This is after the component
<P> This is before the component{' '} <Value.DateOfBirth value="2023-01-16" inline /> This is after the component </P>