@mantine-vue/dates
v3.2.0
Published
Vue date and time picker components equivalent to @mantine/dates
Readme
@mantine-vue/dates
Date and time picker components for Vue, equivalent to @mantine/dates.
Mantine Vue is an independent community port of Mantine for Vue 3. It is not affiliated with or endorsed by the Mantine team.
Installation
yarn add @mantine-vue/dates @mantine-vue/core @mantine-vue/hooks dayjs
# or with npm
npm i @mantine-vue/dates @mantine-vue/core @mantine-vue/hooks dayjsUsage
<script setup>
import { DatePicker } from '@mantine-vue/dates'
import '@mantine-vue/dates/styles.css'
</script>
<template>
<DatePicker />
</template>Documentation
Full API and examples: mantine-vue.dev/dates/getting-started
Peer dependencies
vue^3.5.0@mantine-vue/core@mantine-vue/hooksdayjs>=1.0.0
License
MIT
