2.2.4 • Published 7 years ago

fyndiq-component-brand v2.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

fyndiq-component-brand npm

Preview

A logo icon for Fyndiq

Installation

The component can be installed through NPM:

npm i -S fyndiq-component-brand

Usage

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" />

API

The icon FyndiqLogo has the following customizable props:

NameTypeDescriptionDefault value
typeStringSpecial type for the arrow (can be outline, outline-bw, bw, outline-transp, outline-transp-bw) normal
classNameStringOptional class for advanced styling ''
heightNumberheight of the logo 60
widthNumberwidth of the logo undefined
taglineSizeNumberSize of the tagline (if provided) 6.5
2.2.4

7 years ago

2.2.3

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.2

8 years ago