Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-theme-core

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-theme-core

Telerik NativeScript Core Theme

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

NativeScript Theme: Core

Core NativeScript theme including a light (default) and dark option for iOS and Android.

Install

npm install nativescript-theme-core --save

Documentation

https://github.com/NativeScript/theme/wiki/Documentation

License

This is Licensed under the Apache License

CSS

By default we will automatically add an import of the light theme in your app/app.css file; if you would like the dark them you can change the first line in your app.css file from @import '~/css/core.light.css'; to @import '~/css/core.dark.css';

SCSS Support

If your project is using SCSS, then we will create a scss folder with the same light and dark theme in scss format. You can then import from the scss folder. If you are not using SCSS, we won't bother installing this folder. If you decide to use SCSS at a later point just install the nativescript-dev-sass project and reinstall this theme and we will automatically detect the SASS support.

FAQs

Package last updated on 23 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc