0.3.2 • Published 3 years ago

react-allergens-css v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

React Allergens

Ready to use SVG components of allergens for React!

Installation

Yarn

yarn add react-allergens

Usage

import { FishIcon } from 'react-allergens';

const Example = () => {
  return <FishIcon />;
};

const ExampleProps = () => {
  return <FishIcon width={100} height={100} wrapperStyle={{ float: 'left' }} />;
};

Props

KeyDefaultNotes
width200px
height200px
innerColorwhite
outerColordefault icon color
wrapperStyle{}Style object passed to the svg wrapper

The icons

image

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago