Demos
Empty
<Value.LastName showEmpty />
Placeholder
The value was not filled in
<Value.LastName placeholder="The value was not filled in" />
Value
Smith
<Value.LastName value="Smith" />
Label
<Value.LastName label="Label text" showEmpty />
Label and value
Smith
<Value.LastName label="Label text" value="Smith" />
Inline
This is before the componentSmithThis is after the component
<p>This is before the component<Value.LastName value="Smith" inline />This is after the component</p>