Gradio 达到每月 100 万用户的历程!

阅读更多
Gradio logo

Gradio 新手?从这里开始: 快速入门

查看 发布历史

@gradio/colorpicker

v0.4.17

<script>
    import { BaseColorPicker, BaseExample } from "@gradio/colorpicker";
</script>

BaseColorPicker

	export let value = "#000000";
	export let value_is_output = false;
	export let label: string;
	export let info: string | undefined = undefined;
	export let disabled = false;
	export let show_label = true;

BaseExample

	export let value: string;
	export let type: "gallery" | "table";
	export let selected = false;