From 0454b990650235d90912c131d088a8b8c1ed3602 Mon Sep 17 00:00:00 2001 From: Nicola Zambello Date: Sat, 14 Mar 2020 11:45:05 +0100 Subject: [PATCH] updated README and added default inputId --- README.md | 26 ++++++++++++-------------- src/index.js | 2 +- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index aa7ab3b..b7403c4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ It handles file input and returns its content as a matrix. You can try it out in a [demo on Codesandbox](https://codesandbox.io/s/react-csv-reader-vtull). - ## Installation Install the package with either yarn or npm. @@ -88,22 +87,21 @@ ReactDOM.render(, document.getElementById('root')) ### Parameters -| Name | Type | Default | Description | -| ------------- | --------------- | ------------------ | -------------------------------------------------------------------------------- | -| cssClass | string | `csv-reader-input` | A CSS class to be applied to the wrapper element. | -| cssInputClass | string | `csv-input` | A CSS class to be applied to the `` element. | -| label | string, element | | If present, it will be rendered in a `