Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ngx-strip-calendar

Saqib924MIT0.0.3TypeScript support: included

Angular 17+ Strip Calendar component - ngx-strip-calendar

angular, ngx-strip-calendar, angular-calendar, ngx, ngx-strip, strip-calendar, ngx-calendar, strip, calendar, component, angular 17, angular 18, ionic Framework, ionic, ionic 5, ionic 6, ionic 7, ionic 8

readme

ngx-strip-calendar

Documentation Maintenance License: MIT

📝 Table of Contents

✅ Prerequisites

The current version of the library is compatible with Ionic 7+.

⬇️ Install

Using npm

npm install ngx-strip-calendar --save

Using yarn

yarn add ngx-strip-calendar

🛠 Setup

Once installed you need to import it directly in component, you will be using it in:

import { StripCalendarComponent } from 'ngx-strip-calendar';

@Component({
  ...
  imports: [StripCalendarComponent, ...],
  ...
})

Usage

Include the component on page template, like the example below:

  <ngx-strip-calendar
  (onDateChange)="yourFunction($event)"></ngx-strip-calendar>

Events

  • onDateChange: EventEmitter<string>, called whenever you change a date value

Author

👤 Najam Us Saqib

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2024 Saqb92.
This project is MIT licensed.