react-native-table-component
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-native-table-component", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Build table for react native.", | ||
@@ -16,4 +16,2 @@ "main": "index.js", | ||
"table", | ||
"rn", | ||
"table", | ||
"react-native-table", | ||
@@ -28,2 +26,2 @@ "react-native-table-component" | ||
"homepage": "https://github.com/Gil2015/react-native-table-component#readme" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
# React Native Easy Table | ||
# React Native Table Component | ||
[![npm version](https://badge.fury.io/js/react-native-table-component.svg)](https://badge.fury.io/js/react-native-table-component) ![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-yellow.svg) | ||
- [Installation](#installation) | ||
- [Examples](#examples) | ||
@@ -7,6 +9,15 @@ - [Properties](#properties) | ||
## Installation | ||
> npm install react-native-table-component | ||
*USE:* | ||
```jsx | ||
import { Table, TableWraper, Row, Rows, Col, Cols, Cell } from 'react-native-table-component'; | ||
``` | ||
<br/><br/> | ||
## Examples | ||
#### Example1 | ||
<img src="./img/table_example_1.png" width="375"/> | ||
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_1.png?raw=true" width="375"/> | ||
@@ -47,3 +58,3 @@ ```jsx | ||
#### Example2 | ||
<img src="./img/table_example_2.png" width="375"/> | ||
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_2.png?raw=true" width="375"/> | ||
@@ -86,3 +97,3 @@ ```jsx | ||
#### Example3 | ||
<img src="./img/table_example_3.png" width="375"/> | ||
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_3.png?raw=true" width="375"/> | ||
@@ -127,3 +138,3 @@ ```jsx | ||
#### Example4 | ||
<img src="./img/table_example_4.png" width="375"/> | ||
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_4.png?raw=true" width="375"/> | ||
@@ -177,3 +188,3 @@ ```jsx | ||
#### Example5 | ||
<img src="./img/table_example_5.png" width="375"/> | ||
<img src="https://github.com/Gil2015/tools_file/blob/master/img/react-native-table-component/table_example_5.png?raw=true" width="375"/> | ||
@@ -250,2 +261,2 @@ ```jsx | ||
| <b>widthArr</b> | Array | Width per column. | `[]` | | ||
| <b>heightArr</b> | Array | Height per line. | `[]` | | ||
| <b>heightArr</b> | Array | Height per line. | `[]` | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
257
16765
7