Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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