npm.io
2.0.1 • Published 1 year ago

@annotation/ng-datepicker

Licence
MIT
Version
2.0.1
Deps
2
Size
364 kB
Vulns
0
Weekly
0

Welcome to @annotation/ng-datepicker

Version License: MIT

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

Martin Filo

Show your support

Give a ️ if this project helped you!


This README was generated with by readme-md-generator