Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamjuan027/nativescript-ui-components
🧑🎨 A Demo of custom UI components and animations for Nativescript
https://github.com/williamjuan027/nativescript-ui-components
angular nativescript
Last synced: 2 months ago
JSON representation
🧑🎨 A Demo of custom UI components and animations for Nativescript
- Host: GitHub
- URL: https://github.com/williamjuan027/nativescript-ui-components
- Owner: williamjuan027
- Created: 2019-07-16T03:04:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T23:07:31.000Z (over 3 years ago)
- Last Synced: 2024-10-09T13:42:48.886Z (3 months ago)
- Topics: angular, nativescript
- Language: TypeScript
- Homepage:
- Size: 11.7 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nativescript UI Components
> A resource to showcase the different UI related functionality that you could do with Nativescript Angular
## Build Setup
The demo is currently located in the `demo` folder
```bash
# switch to the demo directory
cd demo# install dependencies
npm install# run demo on ios
npm run start.ios# run demo on android
npm run start.android
```## List of UI Elements
- [Image Zoom Directive](./demo/src/app/features/image-zoom) - Add pinch to zoom functionality to your images
- [LTR/RTL Layouts](./demo/src/app/features/rtl-layouts) - Add LTR and RTL support to your app using flexbox layout