Skip to content

Commit

Permalink
Update readme reposition (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
kandhavivekraj authored and astronomersiva committed Jun 13, 2019
1 parent 77f9fcb commit 5cae12d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ Usage
};
```
* Click on the **Check Accessiblity** button that appears when you visit the app.

* If you want to change the default position of the toggle, pass top and left position values to the `AccessibilityTester` component.

Note: Values are in pixels.

For example,
```handlebars
<h1>Welcome to my app!</h1>
<AccessibilityTester @top="25" @left="750"/>
```

* Fix the errors that are displayed and make your app accessible!

<img alt="Using Accessibility Tester" src="docs/screenshots/accessibility-tester.gif" width="500">
Expand Down

0 comments on commit 5cae12d

Please sign in to comment.