Skip to content

A calendar with date picker library build for Angular using Neumorphism design

Notifications You must be signed in to change notification settings

akkitheakhil/ngx-neumo-calendar

Repository files navigation

NgxNeumoCalendar

About

A simple calendar with date picker build for angular using Neumorphism design.

  • This library was generated with Angular CLI version 12.0.5.

Usage

Prerequisites

  • npm

    npm install npm@latest -g
  • angular project

Installation

  1. instaall the package
    npm i ngx-neumo-calendar
  2. Import NgNeumoCalendarModule
import { NgNeumoCalendarModule } from 'ngx-neumo-calendar';

@NgModule({
  imports: [ BrowserModule, NgNeumoCalendarModule ],
  declarations: [AppComponent],
  bootstrap: [AppComponent]
})
export class AppModule { }

2、Template

<ng-neumo-calendar (onDateChange)="handleDateChangeEvent($event)"></ng-neumo-calendar>

NgNeumoCalendarEvents

Name Type Summary
onDateChange Date Return selected date

Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

  1. Use GitHub Issues board to report bugs and feature requests (not our email address)
  2. Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

About

A calendar with date picker library build for Angular using Neumorphism design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published