An open API service indexing awesome lists of open source software.

https://github.com/annotationsro/ng-a-datepicker


https://github.com/annotationsro/ng-a-datepicker

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

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)_