Skip to content

Commit

Permalink
feat(docs): improve custom labels readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akiokio committed Aug 24, 2018
1 parent 5b64d3f commit ef1b242
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Check out the [examples](https://akiokio.github.io/ReactSignupLoginComponent/) t
- Callbacks for every action
- 100% test coverage
- Drop-in component
- Custom labels for any text: replace any text to your own nice for customization or internationalization
- Custom labels for any text nice for customization or internationalization

## How to use it

Expand Down Expand Up @@ -145,18 +145,18 @@ You can overhide the component style passing an object to the styles prop. Here'
```

### Custom labels
Here's the list of possible custom labels you can use:
Here's the list of possible custom labels you can use (check the storybook for usage):
```
usernameCustomLabel="Anything you want"
passwordCustomLabel="Anything you want"
passwordConfirmationCustomLabel="Anything you want"
recoverPasswordCustomLabel="Anything you want"
signupCustomLabel="Anything you want"
submitLoginCustomLabel="Anything you want"
goToLoginCustomLabel="Anything you want"
submitSignupCustomLabel="Anything you want"
goToSignupCustomLabel="Anything you want"
submitRecoverPasswordCustomLabel="Anything you want"
usernameCustomLabel="Anything you want"
passwordCustomLabel="Anything you want"
passwordConfirmationCustomLabel="Anything you want"
recoverPasswordCustomLabel="Anything you want"
signupCustomLabel="Anything you want"
submitLoginCustomLabel="Anything you want"
goToLoginCustomLabel="Anything you want"
submitSignupCustomLabel="Anything you want"
goToSignupCustomLabel="Anything you want"
submitRecoverPasswordCustomLabel="Anything you want"
```

## Tests
Expand Down

0 comments on commit ef1b242

Please sign in to comment.