# document-upload-qsi

## Installation

Use Npm to install package: `npm install document-upload-qsi`

Use Yarn to install package: `yarn add document-upload-qsi`

## Props

- `containerStyle`: You can styling anything on container with styleprop
- `containerFlatlistStyle`: You can styling anything on container flatlist with styleprop
- `contentFlatlistStyle`: You can styling anything on content list with styleprop

## Basic Usage

```js
import QsiDocumentUpload from 'document-upload-qsi';

 <QsiDocumentUpload
    containerStyle={containerStyle}
    containerFlatlistStyle={containerFlatlistStyle}
    contentFlatlistStyle={contentFlatlistStyle}
 />
```

## License

[MIT]()
