2.0.2 • Published 2 months ago

@brighthr/component-file-selector v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

File Selector

Installation

To install, type the following into the command line at the root of your project:

npm i @brighthr/component-file-selector

To implement the FileSelector component into your project you’ll need to add the import:

import FileSelector from '@brighthr/component-file-selector';

DropZone options

Uses React DropZone - dropZoneOptions can be used to configure behavior, complete list here https://react-dropzone.js.org/#src

For example - to only allow selection of one file....

import FileSelector from '@brighthr/component-file-selector';

return () => <FileSelector dropZoneOptions={{ multiple: false }} />;
NameTypeDefaultDescription
dropZoneOptionsreact-dropzone options{}Options to pass into react-dropzone (see https://react-dropzone.js.org/)
onFilesSelected(files: File[]) => voidFucntion to handle the onchange when files are selected.
textstringSets the text to display above the button.
2.0.2

2 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.1.7

4 months ago

1.1.6

5 months ago

1.0.2

9 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.0.3

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

0.3.1

11 months ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

1 year ago

0.3.0

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.7

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.1

1 year ago

0.2.6

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.1.6

1 year ago

0.2.4

1 year ago

0.0.11

2 years ago

0.1.0

2 years ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago