mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
33ef309451
* changes * css changes * updated PyPi version to 2.9b24 * Revert "updated PyPi version to 2.9b24" This reverts commit |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md |
@gradio/carousel
<script>
import { Carousel, CarouselItem } from "@gradio/carousel";
</script>
<Carousel>
<CarouselItem>
<h3>hello</h3>
</CarouselItem>
<CarouselItem>
<img />
</CarouselItem>
</Carousel>