| # `@gradio/button` | |
| ```html | |
| <script> | |
| import { Button } from "@gradio/button"; | |
| </script> | |
| <button type="primary|secondary" href="string" on:click="{e.detail === href}"> | |
| content | |
| </button> | |
| ``` | |
| # `@gradio/button` | |
| ```html | |
| <script> | |
| import { Button } from "@gradio/button"; | |
| </script> | |
| <button type="primary|secondary" href="string" on:click="{e.detail === href}"> | |
| content | |
| </button> | |
| ``` | |