Utilities
Tables
Panda provides utilities for styling tables.
Border Spacing
Control the border-spacing property of a table.
<table className={css({ borderSpacing: '2' })} />
Prop | CSS Property | Token Category |
---|---|---|
borderSpacing | border-spacing | spacing |
Border Spacing X
Control the horizontal border-spacing property of a table.
<table className={css({ borderSpacingX: '2' })} />
Prop | CSS Property | Token Category |
---|---|---|
borderSpacingX | border-spacing | spacing |
Border Spacing Y
Control the vertical border-spacing property of a table.
<table className={css({ borderSpacingX: '2' })} />
Prop | CSS Property | Token Category |
---|---|---|
borderSpacingY | border-spacing | spacing |