ScrubInputDisplay
ScrubInputDisplay renders the non-editing display for ScrubInputRoot.
It only renders while the scrub input is not in editing mode.
Usage
Use it inside a ScrubInputRoot subtree.
Props and attrs
$attrsspan attributesPassed through to the rendered span element.
Example
vue
<ScrubInputRoot v-model:model-value="value">
<ScrubInputDisplay class="cursor-ew-resize" />
</ScrubInputRoot>