1.0.4 • Published 4 years ago

custom-csv-importer v1.0.4

Weekly downloads
4
License
MIT
Repository
gitlab
Last release
4 years ago

Custom CSV Importer

Test the project

Using webpack with reference to folder src/dev.

$ npm install || yarn

then

$ npm start || yarn start

Installation

$ npm i custom-csv-importer || yarn add custom-csv-importer

Required dependencies

styled-components
react-xarrows

How to use

PropDefault value
arrows - A list with all connections between columns.
setArrows() => {} - A function that sets a new connection.
defaultCsvTitle"Default CSV"
userCsvTitle"User CSV"
defaultCsv{ column_id: 1, column_name: 'Default Item 1', required: true, }, { column_id: 2, column_name: 'Default Item 2', required: false, }
userCsv{ column_id: 1, column_name: 'User Item 1' }, { column_id: 2, column_name: 'User Item 2' }
customBox{ border: 1px solid grey; position: relative; padding: 20px 30px; margin: 10px 0; border-radius: 4px; width: 150px; }
customText{ text-align: center; }
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago