Skip to content

Commit

Permalink
Update badge to not be absolute position
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 committed Apr 24, 2017
1 parent 45b02f9 commit 488b09f
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 142 deletions.
2 changes: 1 addition & 1 deletion docs/API/badge.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Badges](http://i.imgur.com/qvJgGF2.png)
![Badges](https://i.imgur.com/LNzKrd8.png)

Example badge usage
```js
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ import { Button } from 'react-native-elements';
## Components Included

- [x] [Buttons](https://react-native-training.github.io/react-native-elements/API/buttons/)
- [x] [Badge]https://react-native-training.github.io/react-native-elements/API/badge/)
- [x] [Social Icons / Social Icon Buttons](https://react-native-training.github.io/react-native-elements/API/social_icons/)
- [x] [Icons](https://react-native-training.github.io/react-native-elements/API/icons/)
- [x] [Side Menu](https://react-native-training.github.io/react-native-elements/API/side_menu/)
Expand All @@ -75,7 +76,7 @@ import { Button } from 'react-native-elements';

## Documentation

[View the full docs here](https://react-native-training.github.io/react-native-elements/)
[View the full docs here](https://react-native-training.github.io/react-native-elements/API/)

## Demo App

Expand All @@ -86,7 +87,6 @@ Check out the pre built and configured [React Native Hackathon Starter Project](
#### FIRST CONTRIBUTORS
- [ ] [Add Profile Component](https://github.com/react-native-training/react-native-elements/issues/129)
- [ ] [Add Header Component](https://github.com/react-native-training/react-native-elements/issues/47)
- [ ] [Add Badge Component](https://github.com/react-native-training/react-native-elements/issues/206)
- [ ] Refactor Social Icon to use Button

#### NOT STARTED
Expand Down

0 comments on commit 488b09f

Please sign in to comment.