chore: doc update
This commit is contained in:
parent
4a6436e369
commit
c12e621aea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user