gradio/ui/packages/highlighted-text
aliabid94 6413b65328
fixes with HighlightedText, variables (#1563)
* changes

* removed comment things

* updated version

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2022-06-16 17:32:14 -07:00
..
src fixes with HighlightedText, variables (#1563) 2022-06-16 17:32:14 -07:00
package.json Timeseries improvements (#1149) 2022-05-03 14:05:17 -07:00
README.md

@gradio/button

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

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