contrast
Type: <boolean>
Default: false
Default: false
When enabled, it will generate a high contrast card based on predominant colors detected in the feature image from the target URL.
import Microlink from '@microlink/react'
export default () => (
<Microlink url='https://www.instagram.com/p/BvDTdWdnzkj/' contrast />
)
The contrast mode has better accessibility ratio.
contrast
Type: <boolean>
Default: false
Default: false
When enabled, it will generate a high contrast card based on predominant colors detected in the feature image from the target URL.
import Microlink from '@microlink/react'
export default () => (
<Microlink url='https://www.instagram.com/p/BvDTdWdnzkj/' contrast />
)
The contrast mode has better accessibility ratio.