|
6 | 6 | <h1 align="center">@native-html/table-plugin</h1>
|
7 | 7 |
|
8 | 8 | <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 | + /> |
10 | 34 | </p>
|
11 | 35 |
|
12 | 36 | <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. |
20 | 38 | </p>
|
21 | 39 |
|
22 |
| -[](https://www.npmjs.com/package/@native-html/table-plugin) |
23 |
| -[](https://semver.org/spec/v2.0.0.html) |
24 |
| -[](https://codecov.io/gh/native-html/table-plugin) |
25 |
| -[](https://github.com/native-html/table-plugin/actions?query=branch%3Amaster+workflow%3ACI) |
26 |
| - |
| 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/> |
27 | 57 |
|
28 | 58 | ```sh
|
29 | 59 | npm add --save @native-html/table-plugin
|
|
0 commit comments