Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@annotation/ng-datepicker

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@annotation/ng-datepicker

Angular datepicker

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
75
78.57%
Maintainers
0
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 14 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts