Skip to content

LastName

Demos

Empty

<DataValue.LastName showEmpty />

Placeholder

The value was not filled in
<DataValue.LastName placeholder="The value was not filled in" />

Value

Smith
<DataValue.LastName value="Smith" />

Label

<DataValue.LastName label="Label text" showEmpty />

Label and value

Smith
<DataValue.LastName label="Label text" value="Smith" />

Inline

This is before the componentSmithThis is after the component
<>
This is before the component
<DataValue.LastName value="Smith" inline />
This is after the component
</>

Inline and label

This is before the componentSmithThis is after the component
<>
This is before the component
<DataValue.LastName label="Label text" value="Smith" inline />
This is after the component
</>