Demos
Empty
<DataValue.FirstName showEmpty />
Placeholder
The value was not filled in
<DataValue.FirstName placeholder="The value was not filled in" />
Value
John
<DataValue.FirstName value="John" />
Label
<DataValue.FirstName label="Label text" showEmpty />
Label and value
John
<DataValue.FirstName label="Label text" value="John" />
Inline
This is before the componentJohnThis is after the component
<>This is before the component<DataValue.FirstName value="John" inline />This is after the component</>
Inline and label
This is before the componentJohnThis is after the component
<>This is before the component<DataValue.FirstName label="Label text" value="John" inline />This is after the component</>