Skip to content

Commit bb00232

Browse files
committed
docs: rework README layout
1 parent 6a5f1cd commit bb00232

File tree

2 files changed

+45
-13
lines changed

2 files changed

+45
-13
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [2.1.3](https://github.com/native-html/table-plugin/compare/v2.1.2...v2.1.3) (2020-10-08)
2+
13
## [2.1.2](https://github.com/native-html/table-plugin/compare/v2.1.1...v2.1.2) (2020-10-08)
24

35
### Enhancements

README.MD

Lines changed: 43 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,54 @@
66
<h1 align="center">@native-html/table-plugin</h1>
77

88
<p align="center">
9-
:capital_abcd: A WebView-based plugin to render tables in react-native-render-html.
9+
<a href="https://www.npmjs.com/package/@native-html/table-plugin"
10+
><img
11+
src="https://img.shields.io/npm/v/@native-html/table-plugin"
12+
alt="npm"
13+
/></a>
14+
<a href="https://semver.org/spec/v2.0.0.html"
15+
><img
16+
src="https://img.shields.io/badge/semver-2.0.0-e10079.svg"
17+
alt="semver"
18+
/></a>
19+
<a href="https://codecov.io/gh/native-html/table-plugin"
20+
><img
21+
src="https://codecov.io/gh/native-html/table-plugin/branch/master/graph/badge.svg"
22+
alt="codecov"
23+
/></a>
24+
<a
25+
href="https://github.com/native-html/table-plugin/actions?query=branch%3Amaster+workflow%3ACI"
26+
><img
27+
src="https://github.com/native-html/table-plugin/workflows/CI/badge.svg?branch=master"
28+
alt="CI"
29+
/></a>
30+
<img
31+
src="https://img.shields.io/npm/dm/@native-html/table-plugin.svg"
32+
alt="DL/month"
33+
/>
1034
</p>
1135

1236
<p align="center">
13-
<img src="https://github.com/native-html/table-plugin/raw/master/images/expo-example.png" />
14-
<div align="center">
15-
<a href="https://expo.io/@jsamr/native-html-table-plugin-example">Try it on Expo!</a>
16-
</div>
17-
<div align="center">
18-
<img src="https://github.com/native-html/table-plugin/raw/master/images/android.gif" width="300">
19-
</div>
37+
🔠 A WebView-based plugin to render tables in react-native-render-html.
2038
</p>
2139

22-
[![npm](https://img.shields.io/npm/v/@native-html/table-plugin)](https://www.npmjs.com/package/@native-html/table-plugin)
23-
[![semver](https://img.shields.io/badge/semver-2.0.0-e10079.svg)](https://semver.org/spec/v2.0.0.html)
24-
[![codecov](https://codecov.io/gh/native-html/table-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/native-html/table-plugin)
25-
[![CI](https://github.com/native-html/table-plugin/workflows/CI/badge.svg?branch=master)](https://github.com/native-html/table-plugin/actions?query=branch%3Amaster+workflow%3ACI)
26-
![DL/month](https://img.shields.io/npm/dm/@native-html/table-plugin.svg)
40+
<p align="center">
41+
<img
42+
src="https://github.com/native-html/table-plugin/raw/master/images/expo-example.png"
43+
/>
44+
</p>
45+
<div align="center">
46+
<a href="https://expo.io/@jsamr/native-html-table-plugin-example"
47+
>Try it on Expo!</a
48+
>
49+
</div>
50+
<div align="center">
51+
<img
52+
src="https://github.com/native-html/table-plugin/raw/master/images/android.gif"
53+
width="300"
54+
/>
55+
</div>
56+
<hr/>
2757

2858
```sh
2959
npm add --save @native-html/table-plugin

0 commit comments

Comments
 (0)