1.0.8 • Published 4 years ago

react-icons-wrapper v1.0.8

Weekly downloads
10
License
MIT
Repository
-
Last release
4 years ago

react-icons-wrapper

A lightweight wrapper for the react-icons library. Requires React 16.3 or higher.

NPM JavaScript Style Guide

Install

npm install --save react-icons-wrapper

Usage

Import the Icon component and pass any icon of the react-icons library as the name prop of the Icon component. A list of available icons can be found here.

import Icon from 'react-icons-wrapper'

const Example = () => {
  return (
    <Icon name={'FaBeer'} size={'3em'} color={'yellow'} />
  );
}

Available props:

License

MIT ©

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago