gradio/ui/packages/carousel
aliabid94 33ef309451
Allow Custom CSS (#1170)
* changes

* css changes

* updated PyPi version to 2.9b24

* Revert "updated PyPi version to 2.9b24"

This reverts commit 48f678f491.

* Revert "css changes"

This reverts commit d31cd525a4.

* Revert "changes"

This reverts commit fadcb12ffe.

* reverting

* reverting

* changes

* changs

* Revert "changs"

This reverts commit 49d815f6fe.

* Revert "changes"

This reverts commit 481d7c21c4.

* changes

* format

* changes

* format

* test fix

* test fix

* test fix

* fix tests

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2022-05-11 21:40:41 -07:00
..
src Allow Custom CSS (#1170) 2022-05-11 21:40:41 -07: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>