gradio/ui/packages/json
Dawood Khan babbb7eb41
Add new i18n tokens (#1751)
* add new i18n tokens

* fixes

* fixes

* format
2022-07-22 21:32:55 +01:00
..
src Add new i18n tokens (#1751) 2022-07-22 21:32:55 +01:00
package.json pull all components into packages 2022-03-02 16:42:43 +00: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>