0.3.2 • Published 11 months ago

react-allergens-css v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago