react-bulb
0.0.2 • Public • Published react-bulb
A colorful boolean indicator for React.
🚀 Getting Started
Using npm
:
npm install --save react-bulb
Using yarn
:
✍️ 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
Install
npm i react-bulb
Weekly Downloads