/react-bulb

A colorful boolean indicator for React.

Primary LanguageJavaScriptMIT LicenseMIT

react-bulb

A colorful boolean indicator for React.

react-bulb

🚀 Getting Started

Using npm:

npm install --save react-bulb

Using yarn:

yarn add react-bulb

✍️ Example

import React from 'react';
import Bulb from 'react-bulb';

export default () => (
  <Bulb
    size={60}
    color="green"
  />
);

📌 Props

Prop Type Default Required
style shape {} No
size number 40 No
color string 'red' No

✌️ License

MIT

Buy @cawfree a coffee