https://github.com/allexcd/angular_dart_effects
Angular Dart material design effects
https://github.com/allexcd/angular_dart_effects
Last synced: about 1 year ago
JSON representation
Angular Dart material design effects
- Host: GitHub
- URL: https://github.com/allexcd/angular_dart_effects
- Owner: allexcd
- License: bsd-3-clause
- Created: 2015-05-19T11:54:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T11:59:07.000Z (about 11 years ago)
- Last Synced: 2025-05-18T04:16:23.015Z (about 1 year ago)
- Language: Dart
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular_dart_effects
Angular Dart Effects
How to use the example provided
-------------------------------
- Run pub get. Wait for dependencies to be loaded.
- Right click on index.html file and choose "Run in Dartium"
Use it in your own projects
---------------------------
- Add this to your project's pubspec.yaml file: angular_dart_effects: ">=0.1.0 <0.2.0"
- Use "pub get" to download the library
Decorators usage
----------------
The Ripple Effect
```html
Add the decorator to any element:
Content
Content
```