chore: demo video uploaded

This commit is contained in:
Asad Karimov 2025-03-08 21:14:27 -05:00
parent 0457bdb044
commit b54095893c
3 changed files with 10 additions and 1 deletions

@ -12,8 +12,11 @@ This is a table component for react native.
- [Notice](#notice)
- [License](#license)
### Demos
+ [iOS](https://youtube.com/shorts/olLZj2ppGBY)
## Installation
```sh
npm install https://git.sheetjs.com/asadbek064/react-native-tabeller/raw/branch/main/react-native-tabeller-0.1.0.tgz
```
@ -25,6 +28,7 @@ import { Table, TableWrapper, Row, Rows, Col, Cols, Cell } from 'react-native-ta
## Examples
### Basic Table
<img src="./assets/tabeller_basic_table.png" width="340"/>
```tsx

@ -52,6 +52,10 @@ const styles = StyleSheet.create({
paddingHorizontal: 20,
paddingTop: 60,
backgroundColor: '#f5f5f5',
alignItems: 'center',
alignSelf: 'center',
maxWidth: 800,
width: '100%'
},
heading: {
fontSize: 24,
@ -69,6 +73,7 @@ const styles = StyleSheet.create({
shadowOpacity: 0.1,
shadowRadius: 4,
elevation: 3,
width: '100%',
},
subheading: {
fontSize: 18,

@ -57,7 +57,7 @@ const styles = StyleSheet.create({
flex: 1,
padding: 16,
paddingTop: 30,
height: 400,
height: 340,
backgroundColor: '#fff',
},
header: {