nativescript-theme-christmas
by Nathan Walker | v1.0.0
A Vintage Christmas theme for NativeScript apps.
npm i --save nativescript-theme-christmas

NativeScript Theme: christmas

Install

npm i nativescript-theme-christmas --save

Usage

A. CSS:

Insert this at the top of your main css file.

@import 'nativescript-theme-christmas/css/christmas.css';

B. SASS:

  • Create _common.scss with:
@import 'nativescript-theme-christmas/scss/christmas';
  • Inside your app.ios.scss:
@import 'common';
@import 'nativescript-theme-core/scss/platforms/index.ios';
  • Inside your app.android.scss:
@import 'common';
@import 'nativescript-theme-core/scss/platforms/index.android';

Preview

Preview

LICENSE

MIT