Class: Protos::Carousel
- Defined in:
- lib/protos/carousel.rb,
lib/protos/carousel/item.rb,
lib/protos/carousel/actions.rb
Defined Under Namespace
Constant Summary collapse
- SNAP_POINTS =
DOCS: A carousel component that contains items that can be scrolled through in a mobile friendly manner. daisyui.com/components/carousel/
{ none: "", center: "carousel-center", end: "carousel-end" }.freeze
Instance Method Summary collapse
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component