square/Listable

add .carousel in LayoutDescription

c-villain opened this issue · 2 comments

for example row.layout = .carousel {..} with vertical and horizontal scrolling
or .list { $0.direction = .horizontal }

IMG_5196

This is probably something that should be added to the .paged option; though I'm not 100% sure how to control the scroll paging like this.

Check out the new .pagingBehavior on .table and .flow: #359