Demos#
Empty#
Organisasjonsnummer
<Value.OrganizationNumber showEmpty />
Placeholder#
OrganisasjonsnummerThe value was not filled in
<Value.OrganizationNumber placeholder="The value was not filled in" />
Value#
Organisasjonsnummer123 456 789
<Value.OrganizationNumber value="123456789" />
Label#
Label text
<Value.OrganizationNumber label="Label text" showEmpty />
Label and value#
Label text123 456 789
<Value.OrganizationNumber label="Label text" value="123456789" />
Inline#
This is before the component 123 456 789 This is after the component
<P> This is before the component{' '} <Value.OrganizationNumber value="123456789" inline /> This is after the component </P>