gradio/ui/packages/highlighted-text
Dawood Khan eb42fc3cf8
Kitchen Sink Integration tests (#1588)
* tests

* more tests

* more tests

* remove files
2022-07-01 01:27:47 -04:00
..
src Kitchen Sink Integration tests (#1588) 2022-07-01 01:27:47 -04:00
package.json Timeseries improvements (#1149) 2022-05-03 14:05:17 -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>