Card

卡片包含关于单个主题的内容和操作。

使用

  1. <m-card width='350px' title='Our Changing Planet' sub-title='by Kurt Wagner' content='Visit ten places on our planet that are undergoing the biggest changes today.'
  2. img='https://material-components.github.io/material-components-web-catalog/static/media/photos/3x2/2.jpg' buttons="['READ', 'BOOKMARK']"
  3. icons="['wifi', ['favorite', 'favorite_border'], 'share']" id="myCart">
  4. </m-card>

API

Props

  1. {
  2. width?: string,
  3. img?: string,
  4. title: string,
  5. subTitle?: string,
  6. content: string,
  7. buttons?: object,
  8. icons?: object,
  9. topTitle?: boolean,
  10. overImg?: boolean
  11. }

Event

  1. {
  2. onButtonAction?: function,
  3. onIconAction?: function
  4. }