epiroc_dotmatrix
v1.3.6
Published
Dotmatrix library
Downloads
28
Readme
epiroc dotmatrix
Installation
If using yarn:
yarn add epiroc_dotmatrixIf using npm:
npm i epiroc_dotmatrixUsage
import {Scanner,takePicture} from 'epiroc_dotmatrix' <Scanner
columns={5}
rows={5}
mode={'barcode'}
barcodeView={<View></View>}
/>Documentation
Scanner Component
| Name | Description | Default | Type | |---------------------------|------------------------------------------|-------------|---------| | columns | Width of the progress bar between steps | 1 | Number | | rows | Type of border for the progress bar | 1 | Number | | mode | Outside border color for the active step | barcode | String |
Scanner Component
| Name | Description | Default | Type | |------------------|--------------------------------------------------------------------------|----------|---------| | label | Title of the current step to be displayed | null | String |
Contributing
Pull requests are always welcome! Feel free to open a new GitHub issue for any changes that can be made.
Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub
Author
Epiroc | https://www.epiroc.com/
