Demos
Empty
<Value.PhoneNumber showEmpty />
Placeholder
<Value.PhoneNumber placeholder="The value was not filled in" />
Value
98 71 23 45
<Value.PhoneNumber value="98712345" />
Label
<Value.PhoneNumber label="Label text" showEmpty />
Label and value
0047 98 71 23 45
<Value.PhoneNumber label="Label text" value="+4798712345" />
Inline
This is before the component98 71 23 45This is after the component
<p>This is before the component<Value.PhoneNumber value="98712345" inline />This is after the component</p>