gradio/js/file
Abubakar Abid 06982212df
Removes scrollbar from File preview when not needed (#5265)
* fix scrollbar when not needed

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2023-08-18 09:13:52 -07:00
..
example Refactor component directories (#5074) 2023-08-03 23:01:18 +01:00
interactive Allows setting a height to gr.File and improves the UI of the component (#5221) 2023-08-17 18:43:12 -07:00
shared Removes scrollbar from File preview when not needed (#5265) 2023-08-18 09:13:52 -07:00
static Allows setting a height to gr.File and improves the UI of the component (#5221) 2023-08-17 18:43:12 -07:00
CHANGELOG.md chore: update versions (#5038) 2023-08-10 16:59:00 -04:00
File.stories.svelte Allows setting a height to gr.File and improves the UI of the component (#5221) 2023-08-17 18:43:12 -07:00
package.json remove index files and update test paths (#5262) 2023-08-18 16:33:07 +01: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>