- CSS modules are supported by enabling the module property on a style element within your component and using the $style keyword to apply classes to a PrimeVue - component. + CSS modules are supported by enabling the module property on a style element within your SFC. Use the $style keyword to apply classes to a PrimeVue component. It is + recommend to enable cssLayer when using CSS modules so that the PrimeVue styles have low CSS specificity.
An in-depth video tutorial is available to cover advanced uses cases with Pass Through props.
-Lorem Ipsum.
++ Color palette of a preset is defined by the primitive design token group. The default colors are derived from the Tailwind colors with some extensions to make it consistent with the Tailwind Presets projects of the unstyled mode. +
- Lorem Ipsum. + PrimeVue UI component use rem units, 1rem equals to the font size of the html element which is 16px by default. Use the root font-size to adjust the size of the components globally. This website uses 14px as + the base so it may differ from your application if your base font size is different.