0.8.6 • Published 3 years ago

dm_calendar v0.8.6

Weekly downloads
57
License
MIT
Repository
github
Last release
3 years ago

dm_calendar

A library dedicated for use with VueJs

Compatibility

PackageVersion
NodeJs14.15.5
Vue Cli4.5.11
npm6.14.11
yarn1.22.10
git2.28.0

Installation

npm

npm i dm_calendar

yarn

yarn add dm_calendar

Usage

<template>
    <div>
        <full />
    </div>
</template>

<script>
    import { full } from 'dm_calendar'
    
    [...]
    components: {
        [...]
        full,
    }
</script>

Parameters

Language

Accept only Brazilian Portuguese (pt-br)

Declaration

<full
    lang="pt-br"
></full>

Date

Accepts date javascript object or date string only in United States format. (Example: "01/23/2021", "06/29/97")

Options

NameDefaulttypeAccept
selectLanguagetruebooleantrue or false
showDatetruebooleantrue or false
0.8.5

3 years ago

0.8.4

3 years ago

0.8.6

3 years ago

0.8.3

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.8.2

3 years ago

0.5.3

3 years ago

0.5.1

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago