0.8.5 • Published 2 months ago

@gradio/highlightedtext v0.8.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months 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 show_inline_category = true;
	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.8.5

2 months ago

0.8.4

2 months ago

0.8.3

2 months ago

0.8.2

2 months ago

0.7.7-beta.3

3 months ago

0.7.7-beta.4

2 months ago

0.7.7-beta.5

2 months ago

0.8.1

2 months ago

0.8.0

2 months ago

0.7.7-beta.2

3 months ago

0.7.7

4 months ago

0.7.7-beta.1

4 months ago

0.7.6

4 months ago

0.7.5

5 months ago

0.7.2

5 months ago

0.7.1

6 months ago

0.7.4

5 months ago

0.7.3

5 months ago

0.6.4

7 months ago

0.7.0

7 months ago

0.6.3

7 months ago

0.6.2

7 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.5.0

8 months ago

0.4.15

8 months ago

0.4.14

9 months ago

0.4.13

9 months ago

0.4.12

9 months ago

0.4.11

10 months ago

0.4.10

10 months ago

0.4.9

10 months ago

0.4.8

11 months ago

0.4.7

11 months ago

0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.0-beta.8

1 year ago

0.4.0-beta.6

1 year ago

0.4.0-beta.5

1 year ago