preact-swipe-container
1.0.3 • Public • Published preact-scroll-container
The component of preact
use
import SwipeContainer from 'preact-swipe-container';
...
<SwipeContainer calss="container" currentPage="0" totalPage="4" soft={true} onChange={(num)=>{console.log(num)}}>
<ul>
<li>...</li>
<li>...</li>
<li>...</li>
<li>...</li>
</ul>
</SwipeContainer>
...
.container{
width: 100vw;
height: 100px;
overflow: hidden;
ul{
width: 300%;
overflow: hidden;
li{
float: left;
width: 100vw;
height: 100px;
}
}
}
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.3 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.3 | 0 | |
1.0.2 | 0 | |
1.0.1 | 0 | |
1.0.0 | 0 | |
Package Sidebar
Install
npm i preact-swipe-container
Weekly Downloads