diff options
author | Simon Bobrov <smnbbrv@users.noreply.github.com> | 2018-12-18 17:27:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 17:27:07 +0100 |
commit | 0ff47fe3ea8a7598c3e54e666de6ef0defd34b6a (patch) | |
tree | 674dd96531a0baf91a513508fd60d0e21e7f049a | |
parent | e8d2f23b81091fb60b70e9785bb18e33d897e77e (diff) | |
download | plyr-0ff47fe3ea8a7598c3e54e666de6ef0defd34b6a.tar.lz plyr-0ff47fe3ea8a7598c3e54e666de6ef0defd34b6a.tar.xz plyr-0ff47fe3ea8a7598c3e54e666de6ef0defd34b6a.zip |
Add Angular plugin reference
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,11 +42,13 @@ Some awesome folks have made plugins for CMSs and Components for JavaScript fram | Type | Maintainer | Link | | --------- | -------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | | WordPress | Brandon Lavigne ([@drrobotnik](https://github.com/drrobotnik)) | [https://wordpress.org/plugins/plyr/](https://wordpress.org/plugins/plyr/) | +| Angular | Simon Bobrov ([@smnbbrv](https://github.com/smnbbrv)) | [https://github.com/smnbbrv/ngx-plyr](https://github.com/smnbbrv/ngx-plyr) | | React | Jose Miguel Bejarano ([@xDae](https://github.com/xDae)) | [https://github.com/xDae/react-plyr](https://github.com/xDae/react-plyr) | | Vue | Gabe Dunn ([@redxtech](https://github.com/redxtech)) | [https://github.com/redxtech/vue-plyr](https://github.com/redxtech/vue-plyr) | | Neos | Jon Uhlmann ([@jonnitto](https://github.com/jonnitto)) | [https://packagist.org/packages/jonnitto/plyr](https://packagist.org/packages/jonnitto/plyr) | | Kirby | Dominik Pschenitschni ([@dpschen](https://github.com/dpschen)) | [https://github.com/dpschen/kirby-plyrtag](https://github.com/dpschen/kirby-plyrtag) | + ## Quick setup Here's a quick run through on getting up and running. There's also a [demo on Codepen](http://codepen.io/sampotts/pen/jARJYp). You can grab all of the source with [NPM](https://www.npmjs.com/package/plyr) using `npm install plyr`. |