@gradio/radio

0.5.1 • Public • Published

@gradio/radio

<script>
    import { BaseRadio, BaseExample } from "@gradio/radio"; 
</script>

BaseRadio

	export let display_value: string;
	export let internal_value: string | number;
	export let disabled = false;
	export let elem_id = "";
	export let selected: string | number | null = null;

BaseExample

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

Readme

Keywords

none

Package Sidebar

Install

npm i @gradio/radio

Weekly Downloads

91

Version

0.5.1

License

ISC

Unpacked Size

33.1 kB

Total Files

9

Last publish

Collaborators

  • evilpingwin