Table
type TableProps = ComponentProps<typeof Table>;
Invoice | Status | Method | Amount |
---|---|---|---|
INV001 | Paid | Credit Card | $250.00 |
INV002 | Pending | PayPal | $150.00 |
INV003 | Unpaid | Bank Transfer | $350.00 |
INV004 | Paid | Credit Card | $450.00 |
Prop | Type | Default Value | Description |
---|---|---|---|
prop1 | string | default1 | This is the first property. |
prop2 | number | 0 | This is the second property. |
prop3 | boolean | false | This is the third property. |