@neynar/ui
Version:
React UI component library built on shadcn/ui and Tailwind CSS
36 lines (26 loc) • 679 B
Markdown
# TableBody
**Type**: component
TableBody - Container for table data rows Main content area of the table containing all data rows. Applies border styling where the last row has no bottom border. Contains TableRow components with TableCell elements.
## JSX Usage
```jsx
import { TableBody } from '@neynar/ui';
<TableBody
className="value"
>
{/* Your content here */}
</TableBody>
```
## Component Props
### className
- **Type**: `string`
- **Required**: No
- **Description**: No description available
### children
- **Type**: `React.ReactNode`
- **Required**: No
- **Description**: No description available
## Examples
```tsx
<TableBody>
<TableRow>
<TableCell>