Skip to content

String

Demos

Empty

<Value.String showEmpty />

Placeholder

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

Value

Text value
<Value.String value="Text value" />

Label

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

Label and value

Text value
<Value.String label="Label text" value="Text value" />

Inline

This is before the componentText valueThis is after the component

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