chore: doc update

This commit is contained in:
Asad Karimov 2025-03-10 16:01:32 -04:00
parent 4a6436e369
commit c12e621aea
2 changed files with 0 additions and 8 deletions

@ -21,12 +21,6 @@ This is a table component for react native.
npm install https://git.sheetjs.com/asadbek064/react-native-tabeller/raw/branch/main/react-native-tabeller-0.1.0.tgz
```
```tsx
import { Table, TableWrapper, Row, Rows, Col, Cols, Cell } from 'react-native-tabeller';
```
## Examples
### Basic Table
- [`BasicExample.tsx`](/example/src/BasicExample.tsx)

@ -22,8 +22,6 @@ export const ExampleFive: React.FC = () => {
return (
<View style={styles.container}>
<Table borderStyle={{ borderWidth: 1, borderColor: '#C1C0B9' }}>
{/* table header row with buttons */}
<TableWrapper style={styles.wrapper}>
{/* left column with H1, H2 */}
<Col