2.0.1 • Published 7 years ago

fyndiq-icon-arrow v2.0.1

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

fyndiq-icon-arrow npm

An arrow icon for Fyndiq

Installation

The component can be installed through NPM:

npm i -S fyndiq-icon-arrow

Usage

import React from 'react'
import Arrow from 'fyndiq-icon-arrow'

// Basic usage
<Arrow />

// Change orientation of the arrow
<Arrow orientation="down" />

API

The icon Arrow has the following customizable props:

NameTypeDescriptionDefault value
orientationStringOrientation of the arrow (can be up, down, right or left)left
classNameStringOptional class for advanced styling''
2.0.1

7 years ago

2.0.1-0

7 years ago

2.0.0

7 years ago

2.0.0-pre.0

7 years ago

1.0.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.2

7 years ago