react-burger-king

1.0.1 • Public • Published

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.
/>

Package Sidebar

Install

npm i react-burger-king

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • sammkj