Skip to content

Commit

Permalink
Updated documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanko committed May 1, 2019
1 parent 74e31de commit 6d6146b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ It is written in TypeScript and I will be releasing React component soon.

I will appreciate any feedback and pull requests.

[DEMO](http://muffinman.io/aria-progress-range-slider/)
[Demo](http://muffinman.io/aria-progress-range-slider/) | [Blog post](https://muffinman.io/accessible-range-slider)

### Features

Expand Down Expand Up @@ -98,6 +98,7 @@ float?: boolean;

// Function that will be used to populate both tooltips (hover and main one)
// Params are current value and options
// If set to null, no tooltips will be used
// Default: (value) => value.toString()
getTooltipText?(value: number, options?: IProgressBarOptions): string;

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -26,7 +26,7 @@ <h1>Accessible Progress bar / Range slider</h1>
<div class="Links">
<a href="https://github.com/Stanko/aria-progress-range-slider">GitHub</a>
&bull;
<a href="https://muffinman.io">My blog</a>
<a href="https://muffinman.io/accessible-range-slider">Blog post</a>
</div>

<h2>Default options</h2>
Expand Down

0 comments on commit 6d6146b

Please sign in to comment.