0.10.0 • Published 6 days ago

@gradio/gallery v0.10.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 days ago

@gradio/gallery

<script>
	import { BaseGallery } from "@gradio/gallery";
</script>

BaseGallery

	export let show_label = true;
	export let label: string;
	export let root = "";
	export let root_url: null | string = null;
	export let value: { image: FileData; caption: string | null }[] | null = null;
	export let columns: number | number[] | undefined = [2];
	export let rows: number | number[] | undefined = undefined;
	export let height: number | "auto" = "auto";
	export let preview: boolean;
	export let allow_preview = true;
	export let object_fit: "contain" | "cover" | "fill" | "none" | "scale-down" =
		"cover";
	export let show_share_button = false;
	export let show_download_button = false;
	export let i18n: I18nFormatter;
	export let selected_index: number | null = null;
0.10.0

6 days ago

0.9.0

13 days ago

0.8.8

21 days ago

0.8.7

1 month ago

0.8.6

1 month ago

0.8.5

1 month ago

0.8.4

1 month ago

0.8.3

2 months ago

0.8.2

2 months ago

0.8.1

2 months ago

0.8.0

2 months ago

0.7.3

3 months ago

0.7.2

3 months ago

0.7.1

3 months ago

0.7.0

3 months ago

0.6.1

3 months ago

0.6.0

3 months ago

0.5.0

4 months ago

0.4.17

4 months ago

0.4.16

4 months ago

0.4.15

5 months ago

0.4.14

5 months ago

0.4.13

5 months ago

0.4.12

5 months ago

0.4.11

5 months ago

0.4.10

5 months ago

0.4.9

6 months ago

0.4.8

6 months ago

0.4.7

6 months ago

0.4.6

6 months ago

0.4.5

6 months ago

0.4.4

6 months ago

0.4.3

6 months ago

0.4.2

6 months ago

0.4.1

6 months ago

0.4.0

6 months ago

0.4.0-beta.9

6 months ago

0.4.0-beta.7

7 months ago

0.4.0-beta.6

7 months ago

0.4.0-beta.5

8 months ago