组件
Card.Actions

CardActions

import { Card, CardActions } from 'wisteria-ui';

用法

<Card style={{ width: '50%' }}>
  <Card.Title title="Card Actions" />
  <Card.Actions placement="right">
    <Button variant="text">SHARE</Button>
    <Button variant="text">LIKE</Button>
  </Card.Actions>
</Card>
Card Actions

API

属性说明类型默认值
style样式CSSProperties-
className类名string-
children子元素ComponentChild-
placement对齐位置left | rightleft