@moser-inc/moser-labs-themes
v1.4.3
Published
PrimeUIX themes for Moser Labs applications.
Downloads
1,294
Readme
Moser Labs Themes 
PrimeUIX themes for the Moser Labs suite of applications.
Installation
npm i @moser-inc/moser-labs-themesUsage
Import the theme you want to use and pass it to the preset option of your Prime theme configuration.
Enable css layering to avoid conflicts with utility classes.
import Labs from '@moser-inc/moser-labs-themes/labs';
const theme = {
preset: Labs,
options: {
cssLayer: true,
},
};