Skip to content

AnnotationSro/ng-a-datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to @annotation/ng-datepicker 👋

Version License: MIT

Angular date picker and parser

this project is currently a work in progress

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