Skip to content

Commit

Permalink
chore: added npm version badge and link to edit docs to README.md (#701)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
taeh98 authored Sep 1, 2023
1 parent cba9916 commit d5116e0
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# React Native Dropdown Picker 5.x
# React Native Dropdown Picker

<a href="https://www.npmjs.org/package/react-native-dropdown-picker">

Check failure on line 3 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: a]
<img src="https://img.shields.io/npm/v/react-native-dropdown-picker?color=brightgreen&label=npm%20package"

Check failure on line 4 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: img]
alt="Current npm package version." />
</a>

## Screenshots

<p float="left">

Check failure on line 10 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: p]
<img src="https://user-images.githubusercontent.com/56504893/116790110-e0b36880-aac7-11eb-9ebd-196acee64f7a.png" width="270" alt="Screenshot">
<img src="https://user-images.githubusercontent.com/56504893/116789802-faec4700-aac5-11eb-837b-86f18cbfcf3d.png" width="270" alt="Screenshot">
<img src="https://user-images.githubusercontent.com/56504893/116789839-2c651280-aac6-11eb-99e0-b43b608ed8c7.png" width="270" alt="Screenshot">
<img src="https://user-images.githubusercontent.com/56504893/116790110-e0b36880-aac7-11eb-9ebd-196acee64f7a.png"

Check failure on line 11 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: img]
width="270" alt="Screenshot showing basic dropdown" />
<img src="https://user-images.githubusercontent.com/56504893/116789802-faec4700-aac5-11eb-837b-86f18cbfcf3d.png"

Check failure on line 13 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: img]
width="270" alt="Screenshot showing badges" />
<img src="https://user-images.githubusercontent.com/56504893/116789839-2c651280-aac6-11eb-99e0-b43b608ed8c7.png"

Check failure on line 15 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: img]
width="270" alt="Screenshot showing dark theme and parent items" />
</p>

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

The docs can be read
at: [https://hossein-zare.github.io/react-native-dropdown-picker-website](https://hossein-zare.github.io/react-native-dropdown-picker-website)
at: [https://hossein-zare.github.io/react-native-dropdown-picker-website](https://hossein-zare.github.io/react-native-dropdown-picker-website).
The docs can be edited
at: [https://github.com/hossein-zare/react-native-dropdown-picker-website](https://github.com/hossein-zare/react-native-dropdown-picker-website)

## Merge and Release Process

Expand Down

0 comments on commit d5116e0

Please sign in to comment.