This is a lightweight implementation of the lightning:carousel component. This contains a custom object for you to store your image references in the carousel component.
To install directly, click on this package
Otherwise, do the following:
- clone or fork this repo
git clone https://github.com/adamSellers/Lightning-Community-Carousel.git
- Spin up a fresh scratch org
sfdx force:org:create -a carouselScratch
- Push that code!
sfdx force:source:push -u carouselScratch
- Revel in your new carousel goodness!
sfdx force:org:open -u carouselScratch
Creates:
- Lightning_Carousel_Image__c object
- Lightning Carousel component.
Note: You must store your images as documents and then add the URL to the Image_URL__c field in the custom object for this to work.
None known, but given the amount of testing I normally perform... there's probably one or 500 in there.