Table

FruitColorPrice
applesred$0.05
orangesorange$0.05
bananasyellow$0.05

Theme

styles.table

json
{
"width": "100%",
"my": 4,
"borderCollapse": "separate",
"borderSpacing": 0,
"thead": {
"color": "white",
"bg": "primary"
},
"th,td": {
"textAlign": "left",
"px": [
2,
3
],
"py": "4px",
"pr": "4px"
},
"th": {
"verticalAlign": "bottom"
},
"td": {
"verticalAlign": "top",
"borderColor": "muted",
"borderBottomStyle": "solid",
"borderBottomWidth": "1px"
}
}

© 2023 - smerth.com - All Rights Reserved