gradio/ui/packages/chatbot
2022-06-23 20:55:16 -07:00
..
src text color + custom style fixes (#1626) 2022-06-23 20:55:16 -07:00
package.json Style updates (#1350) 2022-06-01 18:02:18 +01:00
README.md pull all components into packages 2022-03-02 16:42:43 +00:00

@gradio/button

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

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