From 41678a6149e92060b778dbde1ca1a46b11bae449 Mon Sep 17 00:00:00 2001 From: Marios Fakiolas Date: Sun, 18 Jun 2017 01:05:16 +0300 Subject: [PATCH] add props options in instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 27e790f..1e02af1 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,18 @@ const Example = ({ type, color }) => ( export default Example; ``` +### Props + +| Name | Type | Default Value | +|:------:|:------:|:---------------:| +| type | String | balls | +| color | String | `#ffffff` | +| delay | Number | 1000 (msecs) | +| height | Number or String | 64 (px) | +| width | Number or String | 64 (px) | +| className | String | `''` | + + ## License MIT