-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
I'm thinking about adding an API for scrollable boxes. This is a first pass idea of one way this might be done.
Properties
- scrollX
- scrollY
- scrollXY
- scrollNone
Breakpoint Attributes
- xs="scrollX"
- sm="noScrollX"
I'm also investigating whether an element approach might be more ideal.
<scrollable scrollX scrollY>
</scrollable>
The element approach would lend itself well to situations in which custom scroll solutions are needed, or where you want to wrap occlusion/recycling based list solutions such as ember-collection or smoke-and-mirrors.
HenryVonfire, hakilebara, robwebdev, xtagon and RobbieTheWagner