Skip to content

Commit

Permalink
chore(docs): wrap component in client only tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Sep 1, 2023
1 parent 59dc51e commit 2fba95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/components/form-immutable-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ A `span` element wrapped inside a labelled form element. Does not allow any user
By default, the component will render a copy-to-clipboard button to allow for easier copy and pasting the component's value.

## Preview
<ClientOnly>
<DynamicComponentDisplay type="FormImmutableText" :attach-v-model="true" label="Your Api Key" text="CaJ_9ajombMlDtlSFI1W_xdfdyyRZofOMgUZlhX" id="FormImmutableInputApiKey" ></DynamicComponentDisplay>
</ClientOnly>

## Example
@[code](@examples/FormImmutableText.vue)

0 comments on commit 2fba95d

Please sign in to comment.