diff options
author | Sam Potts <sam@potts.es> | 2018-12-19 08:00:49 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 08:00:49 +0700 |
commit | 973527cb84a7e14ea772fef6d1895578b130318d (patch) | |
tree | 2772446dd3938b964510e71634ed6113af1ca262 | |
parent | 5fdc0aae66850d94e17b5195605909e32bb25912 (diff) | |
parent | 0ff47fe3ea8a7598c3e54e666de6ef0defd34b6a (diff) | |
download | plyr-973527cb84a7e14ea772fef6d1895578b130318d.tar.lz plyr-973527cb84a7e14ea772fef6d1895578b130318d.tar.xz plyr-973527cb84a7e14ea772fef6d1895578b130318d.zip |
Merge pull request #1294 from smnbbrv/patch-1
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`. |