# mdPickers

> Material Design date/time pickers for Angular Material

Latest version **0.7.5** (published 2016-09-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install mdPickers
pnpm add mdPickers
yarn add mdPickers
bun add mdPickers
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.7.5 |
| Published | 2016-09-27 |
| First published | 2016-04-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 291 |
| Author | alenaksu |
| Maintainers | constantinez |
| Keywords | material, design, angular, date, time, picker |

## Links

- npm: https://www.npmjs.com/package/mdPickers
- Repository: https://github.com/alenaksu/mdPickers
- Issues: https://github.com/alenaksu/mdPickers/issues
- npm.io page: https://npm.io/package/mdPickers

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 0.7.5 (latest) — 2016-09-27
- 0.7.2 — 2016-04-02

## README

# mdPickers
Material Design date/time pickers built with Angular Material and Moment.js


## Online demos

* [CodePen](http://codepen.io/alenaksu/full/eNzbrZ)


## Requirements

* [moment.js](http://momentjs.com/)
* [AngularJS](https://angularjs.org/)
* [Angular Material](https://material.angularjs.org/)

## Using mdPickers

Install via Bower:

```bash
bower install mdPickers
```

Use in Angular:
```javascript
angular.module( 'YourApp', [ 'mdPickers' ] )
  .controller("YourController", YourController );
```

## Building mdPickers

First install or update your local project's __npm__ tools:

```bash
# First install all the npm tools:
npm install

# or update
npm update
```

Then run the default gulp task:

```bash
# builds all files in the `dist` directory
gulp
```

---
_Source: https://npm.io/package/mdPickers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
