1.0.1 • Published 8 years ago

react-burger-king v1.0.1

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

React Burger King Component

Demo

alt text

Installation

npm install --save react-burger-king react radium

Usage

import Burger from 'react-burger-king';

<Burger
  onClick={doYourThing}
  size={24}  //--- 18, 24, 36, 48 only
  isActive={false}
  type="arrow"  //--- currently supports one type only. planning to add more.
/>