diff options
author | Sam Potts <sam@potts.es> | 2019-01-08 23:34:59 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-01-08 23:34:59 +1100 |
commit | 4d3e188401f33f7a9d978bf4db03ca502b606602 (patch) | |
tree | 0d3b441e13c3818989f3b32f0a3d6288a0be152a /readme.md | |
parent | cd9cbfbd1ecc50ebe463e1a9876c86478bc12b8f (diff) | |
parent | 6be125db8762c7ee8d29282ff5bcd08e6bcee042 (diff) | |
download | plyr-4d3e188401f33f7a9d978bf4db03ca502b606602.tar.lz plyr-4d3e188401f33f7a9d978bf4db03ca502b606602.tar.xz plyr-4d3e188401f33f7a9d978bf4db03ca502b606602.zip |
Merge branch 'develop' of https://github.com/sampotts/plyr into develop
Diffstat (limited to 'readme.md')
-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`. |