2.0.1 • Published 8 years ago

fyndiq-icon-brand v2.0.1

Weekly downloads
15
License
MIT
Repository
github
Last release
8 years ago

fyndiq-icon-brand npm

Preview

A logo icon for Fyndiq

Installation

The component can be installed through NPM:

npm i -S fyndiq-icon-brand

Usage

import React from 'react'
import FyndiqLogo from 'fyndiq-icon-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>

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.0.1

8 years ago

2.0.1-0

8 years ago

2.0.0

8 years ago

2.0.0-pre.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago