37 lines
694 B
Plaintext
37 lines
694 B
Plaintext
---
|
|
name: Table Body
|
|
menu: Components
|
|
route: components/table-body
|
|
---
|
|
|
|
import { Playground, Props, Link } from 'docz';
|
|
import { TableBody } from '@ohif/ui';
|
|
|
|
# Table Body
|
|
|
|
## Import
|
|
|
|
```javascript
|
|
import { TableBody } from '@ohif/ui';
|
|
```
|
|
|
|
## Basic usage
|
|
|
|
<div>
|
|
For examples on how to use the table elements, go to the <Link className="text-blue-500 underline" to="components/table">Table</Link> page.
|
|
</div>
|
|
|
|
## Table components
|
|
|
|
<Link to="components/table-head">TableHead</Link>
|
|
<br />
|
|
<Link to="components/table-body">TableBody</Link>
|
|
<br />
|
|
<Link to="components/table-row">TableRow</Link>
|
|
<br />
|
|
<Link to="components/table-cell">TableCell</Link>
|
|
|
|
## Properties
|
|
|
|
<Props of={TableBody} />
|