# vue-mg-date-picker-from-to

> ``` npm i vue-mg-date-picker-from-to ```

Latest version **1.0.4** (published 2020-03-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-mg-date-picker-from-to
pnpm add vue-mg-date-picker-from-to
yarn add vue-mg-date-picker-from-to
bun add vue-mg-date-picker-from-to
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2020-03-22 |
| First published | 2019-08-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 26.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | gorilla-pocket |

## Links

- npm: https://www.npmjs.com/package/vue-mg-date-picker-from-to
- Repository: https://github.com/gorilla-pocket/vue-mg-date-picker-from-to
- Homepage: https://github.com/gorilla-pocket/vue-mg-date-picker-from-to#readme
- Issues: https://github.com/gorilla-pocket/vue-mg-date-picker-from-to/issues
- npm.io page: https://npm.io/package/vue-mg-date-picker-from-to

## Dependencies (1)

- [vue-mg-date-picker-standard](https://npm.io/package/vue-mg-date-picker-standard.md) ^1.0.2

## Recent versions

- 1.0.4 (latest) — 2020-03-22
- 1.0.3 — 2019-08-07
- 1.0.2 — 2019-08-06

## README

# vue-mg-date-picker-from-to

## Installation

```
npm i vue-mg-date-picker-from-to
```

## Usage

app.js

```
import DatePickerFromTo from 'vue-mg-date-picker-from-to'
Vue.component('DatePickerFromTo', DatePickerFromTo)
```

Example:

```
<template>
    <section class="container">
        <date-picker-from-to :label="label" :from_dt.sync="from_dt" :to_dt.sync="to_dt"/>
    </section>
</template>

<script>
export default {
    data() {
        return {
            label: 'ラベル',
            from_dt: '',
            to_dt: '',
        }
    },
}
</script>
```

## License

MIT

---
_Source: https://npm.io/package/vue-mg-date-picker-from-to · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
