# @annotation/ng-datepicker

> Angular datepicker

Latest version **2.0.1** (published 2024-12-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @annotation/ng-datepicker
pnpm add @annotation/ng-datepicker
yarn add @annotation/ng-datepicker
bun add @annotation/ng-datepicker
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2024-12-14 |
| First published | 2021-01-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 364.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Pavol Slaný |
| Maintainers | mr_svaroq, ikvasnicka, annotationsro, chiffie, pavol.slany |

## Links

- npm: https://www.npmjs.com/package/@annotation/ng-datepicker
- Repository: https://github.com/AnnotationSro/ng-a-datepicker
- Homepage: https://github.com/AnnotationSro/ng-a-datepicker#readme
- Issues: https://github.com/AnnotationSro/ng-a-datepicker/issues
- npm.io page: https://npm.io/package/@annotation/ng-datepicker

## Dependencies (2)

- [tslib](https://npm.io/package/tslib.md) ^2.6.2
- [weekstart](https://npm.io/package/weekstart.md) ^2.0.0

## Recent versions

- 2.0.1 (latest) — 2024-12-14
- 2.0.0 — 2024-11-11
- 1.0.1 — 2024-04-26
- 1.0.0 — 2024-04-26
- 0.5.2 — 2023-05-03
- 0.5.1 — 2023-05-03
- 0.5.0 — 2023-05-03
- 0.4.0-alpha — 2022-02-01
- 0.3.0-alpha — 2021-10-27
- 0.2.4-alpha — 2021-09-06
- 0.2.3-alpha — 2021-07-13
- 0.2.2-alpha — 2021-07-13
- 0.2.1-alpha — 2021-07-12
- 0.2.0-alpha — 2021-06-17
- 0.1.20-alpha — 2021-06-14
- … 21 more at https://npm.io/package/@annotation/ng-datepicker/versions

## README

# Welcome to @annotation/ng-datepicker 👋
[![Version](https://img.shields.io/npm/v/@annotation/ng-datepicker.svg)](https://www.npmjs.com/package/@annotation/ng-datepicker)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)

> Angular date picker and parser
> 
> *this project is currently a work in progress*

### 🏠 [Homepage](https://github.com/AnnotationSro/ng-a-datepicker)

## Install

```sh
yarn add @annotation/ng-parser ## peer dependency
yarn add @annotation/ng-datepicker
## OR ##
npm install @annotation/ng-parser --save  ## peer dependency
npm install @annotation/ng-datepicker --save
```

## Usage

```sh
yarn start
## OR ##
npm run start
```

## Styles 
You can import stylesheet and change variables
```scss
$text-light: #ffffff; // !default
$text-lighter: #d8d8d8; // !default
$text-dark: #212529; // !default

$bg-light: #ffffff; // !default
$bg-active: #52b4f6; // !default

$border-radius: 5px; //!default
$border-color: #ced4da; // !default
$border-color-active: #9fd6fa; // !default
$border-color-shadow: #3facf5; // !default

@import "~@annotation/ng-datepicker/ng-datepicker";
```

## Authors

👤 **Pavol Slany**

* Website: www.annotation.sk
* Github: [@slany](https://github.com/slany)

👤 **Martin Filo**

* Website: www.annotation.sk
* Github: [@Chiff](https://github.com/Chiff)

## Show your support

Give a ⭐️ if this project helped you!


***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_

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