JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12603
  • Score
    100M100P100Q146460F
  • License SEE LICENSE IN LICENSE.md

Kendo UI Ripple package

Package Exports

  • @progress/kendo-ripple

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@progress/kendo-ripple) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Kendo UI for Angular and React

This package is part of the Kendo UI for Angular and the Kendo UI for React suites.

The kendo-ripple repository is intended for internal use and will not be published on the Kendo UI-related websites.

License

This is commercial software. To use it, you need to agree to the Telerik End User License Agreement for Kendo UI Complete. If you do not own a commercial license, this file shall be governed by the trial license terms.

All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.

Basic Concepts

The package exports only a single register function which enables the ripple effect for all the children of a specified parent element.

As its first parameter, the register function accepts a single DOM element—the wrapping element around the children which will use the ripple effect. As its second parameter, the function accepts an array of objects with following keys:

  • selector—Represents a query selector for the target of the Ripple.
  • (Optional) options—Specifies the options for the target of the Ripple.

For more information on how to use this package, refer to examples.