Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from viniciuslagedo/improvement/textos
Browse files Browse the repository at this point in the history
Ajustes de Texto
  • Loading branch information
viniciuslagedo authored Nov 17, 2017
2 parents 1b02dfa + 7295644 commit 9ef5ed9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Accessibility bar component for Angular 1.6

#### Features
- Buttons to Increment/Decrement font size
- Button to toggle high contrast version based on body class
- Button to toggle high-contrast version based on body class
- Button to LIBRAS (Língua brasileira de sinais)

## Quick Start
Expand All @@ -26,7 +26,7 @@ Add script with minified file
<script type="text/javascript" src="node_modules/ng-accessibility-bar/dist/ng-accessibility-bar.js"></script>
```

(optional) Add link for css file
_(optional)_ Add link for css file

```html
<link rel="stylesheet" href="node_modules/ng-accessibility-bar/dist/ng-accessibility-bar.css">
Expand All @@ -49,7 +49,7 @@ Add component wherever you want
```

## Options
Make some customization with attributes
Make some customizations with attributes

```html
<accessibility-bar
Expand All @@ -68,13 +68,13 @@ Make some customization with attributes
|Key|Description|Type|Default|
|---|---|---|---|
|contrast|Show and hide contrast button|boolean|true|
|contrast-class|Define custom class name for high contrast version|string|color-inverter|
|contrast-class|Define a custom class name for high contrast version|string|color-inverter|
|font-adjust|Show and hide buttons for font adjust|boolean|true|
|font-adjust-max-size|Define custom maximum size for font adjust|integer|20|
|font-adjust-min-size|Define custom minimum size for font adjust|integer|16|
|font-adjust-increment-rate|Define custom increment rate for font adjust|integer|2|
|libras|Show and hide buttons for libras|boolean|true|
|title|Define custom mititle for bar|string|Acessibilidade:|
|font-adjust-max-size|Define a custom maximum size for font adjust|integer|20|
|font-adjust-min-size|Define a custom minimum size for font adjust|integer|16|
|font-adjust-increment-rate|Define a custom increment rate for font adjust|integer|2|
|libras|Show and hide buttons for LIBRAS|boolean|true|
|title|Define a custom title for bar|string|Acessibilidade:|

## Authors
- [Lucas Stoque](https://github.com/stoque)
Expand Down

0 comments on commit 9ef5ed9

Please sign in to comment.