Skip to content

Commit d5116e0

Browse files
authored
chore: added npm version badge and link to edit docs to README.md (#701)
* added npm version badge and link to edit docs to README.md * moved alt img attribute onto new line * split screenshot img attributes onto new lines * added trailing newline to README.md * made screenshot img elements self-closing
1 parent cba9916 commit d5116e0

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
# React Native Dropdown Picker 5.x
1+
# React Native Dropdown Picker
2+
3+
<a href="https://www.npmjs.org/package/react-native-dropdown-picker">
4+
<img src="https://img.shields.io/npm/v/react-native-dropdown-picker?color=brightgreen&label=npm%20package"
5+
alt="Current npm package version." />
6+
</a>
27

38
## Screenshots
49

510
<p float="left">
6-
<img src="https://user-images.githubusercontent.com/56504893/116790110-e0b36880-aac7-11eb-9ebd-196acee64f7a.png" width="270" alt="Screenshot">
7-
<img src="https://user-images.githubusercontent.com/56504893/116789802-faec4700-aac5-11eb-837b-86f18cbfcf3d.png" width="270" alt="Screenshot">
8-
<img src="https://user-images.githubusercontent.com/56504893/116789839-2c651280-aac6-11eb-99e0-b43b608ed8c7.png" width="270" alt="Screenshot">
11+
<img src="https://user-images.githubusercontent.com/56504893/116790110-e0b36880-aac7-11eb-9ebd-196acee64f7a.png"
12+
width="270" alt="Screenshot showing basic dropdown" />
13+
<img src="https://user-images.githubusercontent.com/56504893/116789802-faec4700-aac5-11eb-837b-86f18cbfcf3d.png"
14+
width="270" alt="Screenshot showing badges" />
15+
<img src="https://user-images.githubusercontent.com/56504893/116789839-2c651280-aac6-11eb-99e0-b43b608ed8c7.png"
16+
width="270" alt="Screenshot showing dark theme and parent items" />
917
</p>
1018

1119
The above screenshots are taken from the following
@@ -14,7 +22,9 @@ example: [https://snack.expo.dev/8mHmLfcZf](https://snack.expo.dev/8mHmLfcZf)
1422
## Documentation
1523

1624
The docs can be read
17-
at: [https://hossein-zare.github.io/react-native-dropdown-picker-website](https://hossein-zare.github.io/react-native-dropdown-picker-website)
25+
at: [https://hossein-zare.github.io/react-native-dropdown-picker-website](https://hossein-zare.github.io/react-native-dropdown-picker-website).
26+
The docs can be edited
27+
at: [https://github.com/hossein-zare/react-native-dropdown-picker-website](https://github.com/hossein-zare/react-native-dropdown-picker-website)
1828

1929
## Merge and Release Process
2030

0 commit comments

Comments
 (0)