Inspired by React MUI theming solution in order to implement something like that for Angular projects.
Still this solution is universal and framework agnostic so could be used wherever.
Demo and docs could be found here.
Version | Supported |
---|---|
1.x | ✅ |
0.x | ❌ |
- Since v1.1.0
jss-theme
core package has optional dependency ofrxjs
in order to provide ThemeProvider store. - Since 1.0.0 whole lib is separated into 3 packages. See changelog
- Since 0.5.3 is bundled in not minified version because in Angular it causes problem with decorators usage. In future minor releases this package will leave only generic code and all specific (for example Angular decorators and Class) will be removed into separate one
This project is licensed under the terms of the MIT license.