Import
import { Value } from '@dnb/eufemia/extensions/forms'render(<Value.String />)
Description
Value.String is a base component for displaying values of the type string.
Before using this component, ensure there is not a more specific value component available that better suits your needs.
There is a corresponding Field.String component.
import { Value } from '@dnb/eufemia/extensions/forms'render(<Value.String />)