direction
Type: <string>
Default: 'ltr'
Values:
Default: 'ltr'
Values:
'ltr' | 'rtl'
Sets the direction of the card.
- React
- Vue
- Jekyll
- Vanilla
<template>
  <Microlink 
		url="https://microlink.io" 
		direction="ltr" />
</template>The default direction is ltr.
Alternatively you can set 'rtl', that means right-to-left
- React
- Vue
- Jekyll
- Vanilla
<template>
  <Microlink 
		url="https://microlink.io" 
		direction="rtl" />
</template>