0.6.0 • Published 6 days ago

@gradio/highlightedtext v0.6.0

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

@gradio/highlightedtext

<script>
    import { BaseStaticHighlightedText, BaseInteractiveHighlightedText } from `@gradio/highlightedtext`;
</script>

BaseStaticHighlightedText

	export let value: {
		token: string;
		class_or_confidence: string | number | null;
	}[] = [];
	export let show_legend = false;
	export let color_map: Record<string, string> = {};
	export let selectable = false;

BaseInteractiveHighlightedText

	export let value: {
		token: string;
		class_or_confidence: string | number | null;
	}[] = [];
	export let show_legend = false;
	export let color_map: Record<string, string> = {};
	export let selectable = false;
0.6.0

6 days ago

0.5.0

13 days ago

0.4.15

21 days ago

0.4.14

1 month ago

0.4.13

1 month ago

0.4.12

1 month ago

0.4.11

3 months ago

0.4.10

3 months ago

0.4.9

3 months ago

0.4.8

3 months ago

0.4.7

3 months ago

0.4.6

5 months ago

0.4.5

5 months ago

0.4.4

5 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.8

6 months ago

0.4.0-beta.6

7 months ago

0.4.0-beta.5

8 months ago