https://github.com/peterstaev/nativescript-swipe-view
Easily add actions to ListView items
https://github.com/peterstaev/nativescript-swipe-view
actions android ios listview nativescript nativescript-plugin swipe
Last synced: 3 months ago
JSON representation
Easily add actions to ListView items
- Host: GitHub
- URL: https://github.com/peterstaev/nativescript-swipe-view
- Owner: PeterStaev
- License: apache-2.0
- Created: 2023-04-02T14:38:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T06:31:14.000Z (about 2 years ago)
- Last Synced: 2025-01-30T20:30:09.501Z (3 months ago)
- Topics: actions, android, ios, listview, nativescript, nativescript-plugin, swipe
- Language: TypeScript
- Homepage:
- Size: 251 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NativeScript Swipe View
A NativeScript plugin to create a swipe view with actions. This is mainly to be used as items for ListView to add swipe actions for items. But can also be used in other scenarios
## Installation
Run the following command from the root of your project:
`tns plugin add nativescript-swipe-view`
This command automatically installs the necessary files, as well as stores nativescript-swipe-view as a dependency in your project's package.json file.
## Usage (Core)
```xml
```
## Usage in other NativeScript flavors (Angular, Vue, etc.)
Currently the plugin has not been tested nor made to support other NS flavors, since I'm not actively using those. If you are such a dev, I'm happily accepting PRs to support all the NS flavors ot there :)
## License
Apache License Version 2.0, January 2004