Description
ValueBlock
is a reusable wrapper component that can be used to easily create custom Value-components that will display in the same way as other Value-components.
import { ValueBlock } from '@dnb/eufemia/extensions/forms'
Demos
Data-value goes here
Code Editor
<ValueBlock label="Label text">Data-value goes here</ValueBlock>