@gradio/label

0.4.7 • Public • Published

@gradio/label

<script>
	import { BaseLabel } from "@gradio/label";
</script>

BaseLabel

	export let value: {
		label?: string;
		confidences?: { label: string; confidence: number }[];
	};
	export let color: string | undefined = undefined;
	export let selectable = false;

Readme

Keywords

none

Package Sidebar

Install

npm i @gradio/label

Weekly Downloads

62

Version

0.4.7

License

ISC

Unpacked Size

42.9 kB

Total Files

12

Last publish

Collaborators

  • evilpingwin