https://github.com/NathanWalker/nativescript-atom-snippets
Snippets for NativeScript + Angular 2 Development.
https://github.com/NathanWalker/nativescript-atom-snippets
Last synced: 12 days ago
JSON representation
Snippets for NativeScript + Angular 2 Development.
- Host: GitHub
- URL: https://github.com/NathanWalker/nativescript-atom-snippets
- Owner: NathanWalker
- License: mit
- Created: 2016-04-29T07:15:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T04:04:59.000Z (almost 10 years ago)
- Last Synced: 2025-06-01T13:05:43.832Z (9 months ago)
- Language: CoffeeScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-nativescript - NativeScript Atom Snippets - Snippets for all NativeScript UI components and some frequently used attributes.. (Awesome {N} [](https://github.com/sindresorhus/awesome) / Table of Contents)
README
## NativeScript Snippets for Atom ##
Snippets for all NativeScript UI components and some frequently used attributes.
All UI components are prefixed with ```ns```. Attributes do not have a prefix.
###UI Components
#### Layouts
- Absolute Layout - ```nsabsolute```
- Dock Layout - ```nsdock```
- Grid Layout - ```nsgrid```
- Stack Layout - ```nsstack```
- Wrap Layout - ```nswrap```
### Widgets
- Action Bar - ```nsactionbar```
- Action Bar with Back Button - ```nsactionbarback```
- Action Bar with Custom Title - ```nsactionbarcustomtitle```
- Label - ```nslabel```
- Text Field - ```nstextfield```
- Secure Text Field (for passwords) - ```nspassword```
- Text View - ```nstextview```
- Image - ```nsimg```
- Border - ```nsborder```
- Button - ```nsbtn```
- Search Bar - ```nssearchbar```
- Switch - ```nsswitch```
- Slider - ```nsslider```
- Progress - ```nsprogress```
- Activity Indicator - ```nsloading```
- Date Picker - ```nsdate```
- Time Picker - ```nstime```
- List Picker - ```nslistpicker```
- Segmented Bar - ```nssegmentedbar```
- Tab View - ```nstabview```
- List View - ```nslistview```
- Web View - ```nswebview```
###Attributes
- cssClass - ```css```
- text - ```text```
- icon - ```icon```
- tap - ```tap```
- textWrap - ```wrap```
- horizontalAlignment - ```halign```
- verticalAlignment - ```valign```
- visibility - ```visibility```
- stretch - ```stretch```
- keyboardType - ```kbtype```
- colSpan - ```colspan```
- rowSpan - ```rowspan```
- row - ```row```
- col - ```col```
- width - ```width```
- height - ```height```