document-upload-qsi
v1.0.0
Published
## Installation
Downloads
2
Maintainers
Readme
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 stylepropcontainerFlatlistStyle
: You can styling anything on container flatlist with stylepropcontentFlatlistStyle
: You can styling anything on content list with styleprop
Basic Usage
import QsiDocumentUpload from 'document-upload-qsi';
<QsiDocumentUpload
containerStyle={containerStyle}
containerFlatlistStyle={containerFlatlistStyle}
contentFlatlistStyle={contentFlatlistStyle}
/>