Skip to content

FirstName

Demos

Empty

<Value.FirstName showEmpty />

Placeholder

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

Value

John
<Value.FirstName value="John" />

Label

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

Label and value

John
<Value.FirstName label="Label text" value="John" />

Inline

This is before the componentJohnThis is after the component

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