Utilities

Tables

Panda provides utilities for styling tables.

Border Spacing

Control the border-spacing property of a table.

<table className={css({ borderSpacing: '2' })} />
PropCSS PropertyToken Category
borderSpacingborder-spacingspacing

Border Spacing X

Control the horizontal border-spacing property of a table.

<table className={css({ borderSpacingX: '2' })} />
PropCSS PropertyToken Category
borderSpacingXborder-spacingspacing

Border Spacing Y

Control the vertical border-spacing property of a table.

<table className={css({ borderSpacingX: '2' })} />
PropCSS PropertyToken Category
borderSpacingYborder-spacingspacing