gradio/ui/packages/gallery
Abubakar Abid f37d17089d
Fixes components when loading private spaces (#3068)
* file routes

* adding access token

* add reverse proxy

* adding access token

* context

* rewrite

* frontend

* formatting

* changelog

* formatting

* fix tests

* fixed image issue

* fix frontend

* os removal

* Update test_external.py

* fixes to normalise

* version

* fixes so that functions work

* lint

* formatting
2023-02-07 07:55:51 -08:00
..
src Fixes components when loading private spaces (#3068) 2023-02-07 07:55:51 -08:00
package.json Theme base 2 (#2840) 2023-01-17 12:47:40 -08:00
README.md Theme base 2 (#2840) 2023-01-17 12:47:40 -08:00

@gradio/button

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

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