File size: 203 Bytes
0bd62e5
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# `@gradio/button`

```html

<script>

	import { Button } from "@gradio/button";

</script>



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

	content

</button>

```