PvSearchInput
Documentation
Example
Source
HTML
<script setup lang="ts">
import PvSearchInput from "@/components/base/PvSearchInput/PvSearchInput.vue";
</script>
<template>
<PvSearchInput :placeholder="'Search'"></PvSearchInput>
</template>
Properties
Prop Name | Type | Required | Default | Description |
---|---|---|---|---|
disabled |
boolean | undefined |
no |
false |
- |
modelValue |
string | undefined |
no |
N/A |
- |
placeholder |
string | undefined |
no |
“Search” |
- |
size |
"sm" | "lg" | undefined |
no |
“lg” |
- |
Event Name | Type | Description |
---|---|---|
update:modelValue |
[value: string | undefined] |
- |