doc: example tsx link
This commit is contained in:
parent
c12e621aea
commit
38343faac7
14
README.md
14
README.md
@ -22,7 +22,7 @@ npm install https://git.sheetjs.com/asadbek064/react-native-tabeller/raw/branch/
|
||||
```
|
||||
|
||||
### Basic Table
|
||||
- [`BasicExample.tsx`](/example/src/BasicExample.tsx)
|
||||
- [`BasicExample.tsx`](./example/src/BasicExample.tsx)
|
||||
|
||||
<img src="./assets/tabeller_basic_table.png" width="340"/>
|
||||
|
||||
@ -82,7 +82,7 @@ const styles = StyleSheet.create({
|
||||
|
||||
### Scrollable Example
|
||||
|
||||
- [`ScrollableExample.tsx`](/example/src/ScrollableExample.tsx)
|
||||
- [`ScrollableExample.tsx`](./example/src/ScrollableExample.tsx)
|
||||
|
||||
<img src="./assets/tabeller_scrollable_table.png" width="340"/>
|
||||
|
||||
@ -90,7 +90,7 @@ const styles = StyleSheet.create({
|
||||
|
||||
### Sticky Column Example
|
||||
|
||||
- [`StickyColumnExample.tsx`](/example/src/StickyColumnExample.tsx)
|
||||
- [`StickyColumnExample.tsx`](./example/src/StickyColumnExample.tsx)
|
||||
|
||||
<img src="./assets/tabeller_scrollable_sticky_1st_column.webp" width="340"/>
|
||||
|
||||
@ -98,7 +98,7 @@ const styles = StyleSheet.create({
|
||||
|
||||
### Example three
|
||||
|
||||
- [`ExampleThree.tsx`](/example/src/ExampleThree.tsx)
|
||||
- [`ExampleThree.tsx`](./example/src/ExampleThree.tsx)
|
||||
|
||||
<img src="./assets/tabeller_example_three.png" width="340"/>
|
||||
|
||||
@ -106,7 +106,7 @@ const styles = StyleSheet.create({
|
||||
|
||||
### Example Four
|
||||
|
||||
- [`ExampleFour.tsx`](/example/src/ExampleFour.tsx)
|
||||
- [`ExampleFour.tsx`](./example/src/ExampleFour.tsx)
|
||||
|
||||
<img src="./assets/tabeller_example_four.png" width="340"/>
|
||||
|
||||
@ -114,7 +114,7 @@ const styles = StyleSheet.create({
|
||||
|
||||
### Example Five
|
||||
|
||||
- [`ExampleFive.tsx`](/example/src/ExampleFive.tsx)
|
||||
- [`ExampleFive.tsx`](./example/src/ExampleFive.tsx)
|
||||
|
||||
<img src="./assets/tabeller_example_five.png" width="340"/>
|
||||
|
||||
@ -122,7 +122,7 @@ const styles = StyleSheet.create({
|
||||
|
||||
### SheetJS Fetch Example
|
||||
|
||||
- [`SheetJSExample.tsx`](/example/src/SheetJSExample.tsx)
|
||||
- [`SheetJSExample.tsx`](./example/src/SheetJSExample.tsx)
|
||||
|
||||
<img src="./assets/tabeller_sheetjs_fetch_example.png" width="500"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user