Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Link2Twenty/pull-to-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Link2Twenty committed Mar 15, 2016
2 parents 110c023 + b9ff6d6 commit ad7c2ed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,16 @@ bower install --save pull-to-action
| Attribute Name | Functionality | Default |
|----------------|-------------|-------------|
| action* | A callback function that for which action should be performed | alert("You need to set the action attribute") |
| color | Sets color of the refresh icon | #ccc |
| container | the container element (if identifing with id start with # and . for class) | body |
| distance | How far the user has to drag the screen | 100 |
required*

### Styling

Custom property | Description | Default
----------------|-------------|----------
`--pull-icon-color` | Color of refresh icon. | `#ccc`

### How to use

If you are looking at useing other peoples custom polymer elements I am going to guess you have some idea what's going on already. If not have a look at the [polymer site](http://polymer-project.org).
Expand Down

0 comments on commit ad7c2ed

Please sign in to comment.