interface TableWrapperProps

Properties

optional
rounded: boolean

Rounded corners with border

optional
shadow: boolean

Add shadow

optional
scrollable: boolean

Horizontal scroll on overflow

optional
class: string

Usage

import { type TableWrapperProps } from ".";