gradio/ui/packages/button
Abubakar Abid 06c4cd705f
Some fixes to disabled buttons (#3288)
* Fixes to button disable

* button

* formatting

* fixes

* formatter
2023-02-22 13:23:38 -06:00
..
src Some fixes to disabled buttons (#3288) 2023-02-22 13:23:38 -06:00
package.json Style updates (#1350) 2022-06-01 18:02:18 +01:00
README.md fix tooling issues 2022-02-25 12:24:32 +00:00

@gradio/button

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

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