Skip to content

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 attributes
Passed through to the rendered span element.

Example

vue
<ScrubInputRoot v-model:model-value="value">
  <ScrubInputDisplay class="cursor-ew-resize" />
</ScrubInputRoot>

Released under the MIT License.