mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +08:00
* add color to body * add changeset * add accordion_text_color var * change default to body_text_color --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> |
||
---|---|---|
.. | ||
shared | ||
Accordion.stories.svelte | ||
CHANGELOG.md | ||
Index.svelte | ||
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>