gradio/ui/packages/atoms
aliabid94 9c811ed892
Add info= parameter to form type inputs to provide more context for users (#3291)
* changes

* changes

* changes

* changes

* changes

* changes
2023-02-22 15:16:15 -08:00
..
src Add info= parameter to form type inputs to provide more context for users (#3291) 2023-02-22 15:16:15 -08:00
package.json Style updates (#1350) 2022-06-01 18:02:18 +01:00
README.md Redesign 1 (#918) 2022-04-05 18:11:29 +01:00

@gradio/button

<script>
	import { Button } from "@gradio/button";
</script>

<button type="primary|secondary" href="string" on:click="{e.detail === href}">
	content
</button>