Skip to content

BankAccountNumber

Demos

Empty

<Value.BankAccountNumber showEmpty />

Placeholder

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

Value

2000 12 34567
<Value.BankAccountNumber value="20001234567" />

Label

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

Label and value

2000 12 34567
<Value.BankAccountNumber label="Label text" value="20001234567" />

Inline

This is before the component2000 12 34567This is after the component

<p>
This is before the component
<Value.BankAccountNumber value="20001234567" inline />
This is after the component
</p>