gradio/ui/packages/file
pngwn 068132836c
Style updates (#1350)
* clean up python style api

* allow Box to be styled

* changes

* update style args and add md doc detailing

* cleanup

* add deprecation warnings

* fix

* formatting
2022-06-01 18:02:18 +01:00
..
src Style updates (#1350) 2022-06-01 18:02:18 +01:00
package.json WIP: Add dark mode support (#1187) 2022-05-09 17:26:09 -07: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>