mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
3a6142fa48
* Update Lite E2E test setup to measure the performance of the initial app loading * [TMP] Run test-functional on this branch * Update CI to read the perf result * add changeset * Comment the performance result * [TMP] hardcode the PR number to test posting the comment * Revert "[TMP] hardcode the PR number to test posting the comment" This reverts commit |
||
---|---|---|
.. | ||
src | ||
CHANGELOG.md | ||
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>