mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
dc733f47ee
* fix(Image): Image mod is mask or color-sketch bug; click undo -> the shadow line not real time change * fix(Image): write the CHANGELOG * changelog * cleanup --------- Co-authored-by: yanghao <yanghao@dragonest.com> 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>