|
|
@ -32,7 +32,7 @@ A card can be used to display content related to a single subject. The content c |
|
|
|
| hoverable | Lift up when hovering card | boolean | false | | |
|
|
|
| loading | Shows a loading indicator while the contents of the card are being fetched | boolean | false | | |
|
|
|
| tabList | List of TabPane's head. | Array<{key: string, tab: ReactNode}> | - | | |
|
|
|
| tabBarExtraContent | Extra content in tab bar | React.ReactNode | - | | |
|
|
|
| tabBarExtraContent | Extra content in tab bar | React.ReactNode | - | 3.23.0 | |
|
|
|
| size | Size of card | `default` \| `small` | `default` | 3.12.0 | |
|
|
|
| title | Card title | string\|ReactNode | - | | |
|
|
|
| type | Card style type, can be set to `inner` or not set | string | - | | |
|
|
|