2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-03-25 12:10:31 +08:00
Gradio PR Bot cbbeebd2eb
chore: update versions ()
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-09 15:01:11 -07:00
..
2024-10-08 22:17:17 -07:00
2024-10-09 15:01:11 -07:00
2024-10-08 22:17:17 -07:00
2024-10-09 15:01:11 -07:00
2023-10-31 04:46:02 +00:00

@gradio/colorpicker

<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;