Skip to content

Commit

Permalink
Add screenshot and demo link to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gorork committed Aug 20, 2015
1 parent 42532bb commit a12918d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

A custom audio player with material paper style and clean design.

![Paper-audio-player example](http://nadikun.com/code/paper-audio-player/demo/paper-audio-player.jpg)

## Live demo

Check the Player live [here](http://nadikun.com/code/paper-audio-player/demo).

## Element usage example

Here is an example of code to add a Paper-Audio-Player element to your page:

```
<paper-audio-player src="track.mp3"
title="STING - Desert Rose"
color="#"></paper-audio-player>
```

<paper-audio-player src="track.mp3" title="STING - Desert Rose" color="#"></paper-audio-player>


**Title** and **color** attributes are optional.

Expand All @@ -28,6 +34,3 @@ Then, go ahead and download the player's dependencies:
bower install


## Demo
To be added soon.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Paper-Audio-Player Demo</title>

<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../paper-audio-player.html">
<link rel="import" href="../../paper-audio-player/paper-audio-player.html">

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="../bower_components/normalize.css/normalize.css">
Expand Down

0 comments on commit a12918d

Please sign in to comment.