gradio/ui/packages/carousel
pngwn f57fa0eb6f
fix i18n and some tweaks (#966)
* fix i18n and some tweaks

* reorder i18n + translate buttons

* disable test

* fix or text

* ensure sketch text only shows when it is a sketch
2022-04-08 19:46:00 +01:00
..
src fix i18n and some tweaks (#966) 2022-04-08 19:46:00 +01:00
package.json pull all components into packages 2022-03-02 16:42:43 +00:00
README.md pull all components into packages 2022-03-02 16:42:43 +00:00

@gradio/carousel

<script>
	import { Carousel, CarouselItem } from "@gradio/carousel";
</script>

<Carousel>
	<CarouselItem>
		<h3>hello</h3>
	</CarouselItem>

	<CarouselItem>
		<img />
	</CarouselItem>
</Carousel>