gradio/js/highlighted-text
Hannah 5244c5873c
Allow new lines in HighlightedText with /n and preserve whitespace (#5046)
* allow new lines in highlighted text with /n

* add changeset

* preserve white spaces in text

* add changeset

* add changeset

* add highlighted text stories

* add changeset

* fix broken story

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-07-31 16:54:29 +02:00
..
src Allow new lines in HighlightedText with /n and preserve whitespace (#5046) 2023-07-31 16:54:29 +02:00
CHANGELOG.md chore: update versions (#4999) 2023-07-26 17:10:24 -04:00
package.json chore: update versions (#4999) 2023-07-26 17:10:24 -04:00
README.md move files (#3605) 2023-03-27 16:12:58 -07:00

@gradio/button

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

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