Time PickerReady
Time picker is designed to allow the user to type time or select it from a predefined dropdown menu.
<script lang="ts" setup>
const value = ref<string>()
</script>
<template>
<TimePicker v-model="value" label="Time picker" />
</template>
Integration
This product pattern is currently only available to use in the New Frontend for Provet Cloud (using Vue & Nuxt).
Troubleshooting
If you experience any issues while using this pattern, please ask for support in the #vet-frontend Slack channel.