@annotation/ng-datepicker
v2.0.0
Published
Angular datepicker
Downloads
103
Keywords
Readme
Welcome to @annotation/ng-datepicker 👋
Angular date picker and parser
this project is currently a work in progress
🏠 Homepage
Install
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
yarn start
## OR ##
npm run start
Styles
You can import stylesheet and change variables
$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
👤 Martin Filo
- Website: www.annotation.sk
- Github: @Chiff
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator