UNPKG

@nativescript-community/ui-material-ripple

Version:

The Material Design Ripple component provides a radial action in the form of a visual ripple expanding outward from the user's touch. Ripple is a visual form of feedback for touch events providing users a clear signal that an element is being touched.

24 lines 952 B
{ "name": "@nativescript-community/ui-material-ripple-angular", "main": "index.js", "module": "fesm2022/nativescript-community-ui-material-ripple-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/nativescript-community-ui-material-ripple-angular.mjs", "esm": "./esm2022/nativescript-community-ui-material-ripple-angular.mjs", "default": "./fesm2022/nativescript-community-ui-material-ripple-angular.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" }, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1" } }