gradio/ui/packages/atoms
pngwn 817819d7a1
Fix the types (#1843)
* fix types

* fail CI when typechecking fails

* maybe fix

* more fix

* remove all rferences to theme

* fix login
2022-07-21 19:12:46 +01:00
..
src Fix the types (#1843) 2022-07-21 19:12:46 +01: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>