https://github.com/annotationsro/ng-a-datepicker
https://github.com/annotationsro/ng-a-datepicker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/annotationsro/ng-a-datepicker
- Owner: AnnotationSro
- License: mit
- Created: 2020-12-21T15:07:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T15:46:42.000Z (over 1 year ago)
- Last Synced: 2025-04-14T15:58:05.570Z (about 1 year ago)
- Language: TypeScript
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to @annotation/ng-datepicker 👋
[](https://www.npmjs.com/package/@annotation/ng-datepicker)
[](#)
> 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)_