hc99's picture
Add files using upload-large-folder tool
8766bc5 verified
|
raw
history blame
196 Bytes

@gradio/button

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

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

hi