Ember Cli Daterangepicker

screenshot of Ember Cli Daterangepicker
ember

Just a simple component to use bootstrap-daterangepicker.

Overview

The ember-cli-daterangepicker is a straightforward Ember component designed for integrating a date range picker into your application. While it offers a simple wrapper around an existing JavaScript library, it is important to note that this addon is no longer recommended for use. As the landscape of frontend development continues to evolve, there are now more modern options available, such as ember-power-calendar, which provide enhanced functionality and a better user experience.

The component retains compatibility with many of the original options of the daterangepicker library, making it easy for developers familiar with that tool to transition. However, if you're starting a new project or looking to upgrade, it's advisable to consider alternatives that support current best practices and technologies.

Features

  • Easy Integration: This addon simplifies the process of implementing a date range picker within your Ember applications.

  • Multiple Options Support: It maintains support for various configuration options from the original daterangepicker library, ensuring flexibility for developers.

  • Action Bubbling: Apply, hide, and cancel actions bubble up to the nearest controller, making it easy to manage events related to the date selection.

  • Test Compatibility: The addon supports testing against multiple Ember versions, allowing for reliable quality assurance through standard testing commands like yarn test.

  • Contribution Friendly: The project encourages contributions, providing a clear guide on how to fork and create pull requests for new features, fostering a community-driven approach.

  • MIT License: The addon is licensed under the MIT license, promoting open-source collaboration and use within various projects.

ember
Ember

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.