#
swipeable
Here are 54 public repositories matching this topic...
Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
android
adapter
recyclerview
wiki-page
rc4
multi-select
headers
sections
undo
endless-scroll
expandable
swipeable
draggable
sticky-headers
viewholder
search-filters
fastscroll
actionmode
livedata
collapsable
footers
selection-coherence
-
Updated
Jun 10, 2019 - Java
Some custom LayoutManager .Such as SwipeCard、FLowLayout。一些自定义的LayoutManager,仿探探、人人影视 炫动滑动 卡片层叠 和流式布局等。
-
Updated
Jul 4, 2017 - Java
merrywhether
commented
Jun 25, 2020
Describe the bug
Swipes originating from coordinates with x = 0 (left edge) or y = 0 (top edge) will not be captured. I only found this by writing tests against my usage of this library as I believe this behavior is really hard to replicate in real world use cases. It's caused by a improper falsy check on this line:
https://github.com/FormidableLabs/react-swipeable/blob/master/src/index.js#L
5
cards
swipe
tinder
tinder-ui
swipe-cards
swipeview
cardview
swipeable
swiper
cardstack
tinder-swiper
tinder-cards
swipe-view
swipe-card
tinder-card
-
Updated
Aug 21, 2020 - Swift
Fast and simple in-app notifications for React Native
-
Updated
Aug 24, 2020 - TypeScript
No dependency swipeable bottom panel for React Native 📱
-
Updated
Aug 18, 2020 - TypeScript
Intuitive, adaptable user interface for dynamic content trees
-
Updated
Aug 28, 2020 - TypeScript
React Native Swipeable Parallax Carousel
-
Updated
Jan 21, 2020 - JavaScript
A swipeable material's bottom sheet implementation, using react-swipeable-views
-
Updated
Feb 19, 2020 - JavaScript
Swipeable list component for React.
react
javascript
android
ios
list
mobile
component
threshold
swipe
touchscreen
swipeable
pixels-swipe
-
Updated
Aug 1, 2020 - JavaScript
[Polymer 1.x] Element that enables switching between different pages by swiping gesture.
-
Updated
Sep 3, 2018 - HTML
When using the ViewPager widget it is not always obvious to the user that there are adjacent views they can navigate to. By implementing this widget you provide a clear indicator that there exists additional content which they can click or swipe to see.
pages
swift-library
widget
viewpager
segments
swipeable
pagecontrol
segmented-controls
pagemenu
pagecontroller
swift4
-
Updated
Dec 4, 2017 - Swift
The iOS-style Swipeout component, implement with javascript, running on iOS and Android. High performance, interactive, and configurable.
javascript
react-native
animation
high-performance
swipe
swipe-gestures
swipeable
react-native-component
-
Updated
Jul 5, 2019 - JavaScript
Swipeable SegmentedControl component for React Native apps
-
Updated
Oct 16, 2018 - JavaScript
A Flutter package to display hierarchical data in the form of list as well as allows to swipe the individual tiles.
swipeable
swipe-to-delete
swipe-to-dismiss
expandablelistview
expanded
dart2
flutter-package
dismissible
swipeable-views
expanded-list
dismissible-list
listview-flutter
-
Updated
Apr 3, 2020 - Dart
Swipeable FlatList Component for react-native
-
Updated
Aug 29, 2020 - TypeScript
Expandable Swipe RecyclerView Example with androidx + Kotlin + Glide + picsum-photos
-
Updated
May 5, 2019 - Kotlin
Swipeable UITableViewCell and UICollectionViewCell based on the stock Mail.app,
-
Updated
May 19, 2018 - Objective-C
Generic TableView datasource that can be used to populate any type of listing with single cell listing, sectional listing and useful to populate different type of cells in one section using protocol based models and Generics.
swift
uitableview
xcode
tuples
inheritance
generics
generic-programming
swipe-gestures
protocols
swipeable
swipe-to-delete
protocol-oriented-programming
swift5
associated-type
genericuitableviewdatasource
editactionforrowat
leadingaction
trailingaction
kissmycode
sandshellcreations
-
Updated
Jul 26, 2020 - Swift
A space efficient 3D menu with CSS transitions.
-
Updated
Feb 18, 2015 - JavaScript
-
Updated
Jun 8, 2018 - Swift
Add custom Swipe Actions to a RecyclerView.
android
kotlin
adapter
recyclerview
kotlin-android
kotlin-library
swipe
android-development
android-ui
action
recyclerview-adapter
swipe-gestures
swipe-menu
swipeable
swipe-to-delete
swipe-to-dismiss
viewholder
recyclerview-item-decoration
-
Updated
Dec 19, 2017 - Kotlin
Lets you display or start Activity on swipe from particular four directions using Simple Swipe Gestures.
-
Updated
Aug 24, 2017 - Java
Commonly used toasts are themed, swipeable, and actionable.
-
Updated
Aug 31, 2018 - HTML
Additive & swipeable tween composition engine for React
react
tween
reactjs
animation
swipeable
swiper
additive-tween
additive-animation
scrollable-animation
-
Updated
Aug 29, 2020 - JavaScript
A touch enabled slider for horizontal navigation.
javascript
gallery
snap
navigation
responsive
slider
touch
drag
velocity
swipe
mouse
gesture
menu
transitions
momentum
swipeable
draggable
-
Updated
Nov 1, 2019 - JavaScript
Improve this page
Add a description, image, and links to the swipeable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swipeable topic, visit your repo's landing page and select "manage topics."
Expected Behavior
rename
actionprops(maybe
actionCallbacks?)Current Behavior
React.HTMLProps has
action?: stringpropwe have
action?: (hooks: SwipeableViewsHooks) => voidprop (which is missing in current type definitions oliviertassinari/react-swipeable-views#545)