A logo icon for Fyndiq
The component can be installed through NPM:
npm i -S fyndiq-component-brand
import React from 'react'
import FyndiqLogo from 'fyndiq-component-brand'
// Basic usage
<FyndiqLogo />
// Show only the outline version of the logo
<FyndiqLogo type="outline" />
// Add a tagline to the logo
<FyndiqLogo>
Fyndshopping på nätet
</FyndiqLogo>
// Square version
import { Square } from 'fyndiq-component-brand'
<Square />
<Square type="outline" />
The icon FyndiqLogo
has the following customizable props:
Name | Type | Description | Default value |
---|---|---|---|
type | String | Special type for the arrow (can be outline , outline-bw , bw , outline-transp , outline-transp-bw ) |
normal |
className | String | Optional class for advanced styling | '' |
height | Number | height of the logo | 60 |
width | Number | width of the logo | undefined |
taglineSize | Number | Size of the tagline (if provided) | 6.5 |