1.1.6 • Published 5 years ago

byu-img-uploader v1.1.6

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

An image uploader that has been styled following BYU and Material design.

Styling: The byu-img-uploader currently only supports height and width input,

<byu-img-uploader height="250px" width="502px">

The default height and width are the ones listed above. You can also use percentages, vh, or vw or any other standard sizing for the attributes. You can also omit them entirely.

To access the photos uploaded to the element, the image uplaoder emits an event called "ExportFiles" that exports the files as a JSON array. You'll need to catch the event and save the photos into your parents component's state.

Pre-loaded images: If your object already has an array of pictures associated with it you can pass thoses in like this.

<byu-img-uploader :images="predefinedImageArray">

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.3.0

6 years ago

1.2.16

6 years ago

1.2.15

6 years ago

1.2.13

6 years ago

1.2.12

6 years ago

1.2.11

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago