@fil0157/ngx-themesdeprecated

Angular module for creating themes in angular applications using native css variables

Usage no npm install needed!

<script type="module">
  import fil0157NgxThemes from 'https://cdn.skypack.dev/@fil0157/ngx-themes';
</script>

README

@fil0157/ngx-themes

@fil0157/ngx-themes is a Angular module for creating themes in Angular applications using native css variables.

Table of Contents

Features

  • Small: Just 1 KB (minified and gzipped). Size Limit controls the size.
  • Tree-shakeable: Only the parts you use will be imported into your app's bundle.
  • Fast: Built with functional components only.
  • Bulletproof: Written in strict TypeScript and covered by 80+ tests.
  • Simple: The interface is straight forward and easy to use.
  • Mobile-friendly: Works well on mobile devices and touch screens.
  • Minimal dependencies

Demo

Quickstart

Clone the repo:

git clone https://github.com/fil0157/ngx-themes.git

Install with npm:

npm i @fil0157/ngx-themes

Install with yarn:

yarn add @fil0157/ngx-themes

Documentation

The documentation can be found at https://fil0157.github.io/ngx-themes.

Roadmap

  • TypeScript support
  • [] Angular Universal support (SSR)

Changelog

For changelogs, check out the Releases section of @fil0157/ngx-themes or the CHANGELOG.md.

Copyright

Code Copyright 2020 @fil0157/ngx-themes.

MIT License

Copyright (c) 2020 @fil0157/ngx-themes

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.