mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
87ea33dc42
* ui update tabs button container spacing responsive row mobile chatbot style JSON node * ui misc * gradio orange shades * workbench layout * button shade * rm unused * audio animation * tabs spacings * table * form update * misc * misc * sketch placeholder * table update * table rings * JSON copy button - Logic not implemented * textbox default placeholder * table remove old table * label style * button global css * Update Button.svelte * cs * table btn * carousel height * audio style * audio static * static image size * formatting * skip test that aren't testing anything Co-authored-by: Abubakar Abid <abubakar@huggingface.co> Co-authored-by: pngwn <hello@pngwn.io> |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md |
@gradio/button
<script>
import { Button } from "@gradio/button";
</script>
<button type="primary|secondary" href="string" on:click="{e.detail === href}">
content
</button>