size

Type:
<string>

Default: 'normal'
Values:
'small' | 'normal' | 'large'
Determines the size of the card.
  • React
  • Vue
  • Jekyll
  • Vanilla
<template>
  <Microlink 
    url="https://microlink.io" 
    size="small" 
    media="logo"
  />
</template>
  • React
  • Vue
  • Jekyll
  • Vanilla
<template>
  <Microlink 
    url="https://microlink.io" 
    media="logo"
  />
</template>
  • React
  • Vue
  • Jekyll
  • Vanilla
<template>
  <Microlink 
    url="https://microlink.io" 
    size="large" 
    media="logo"
  />
</template>