- A sample starter example is available at PrimeVue examples repository. In addition an - online playground sample can be accessed at StackBlitz. -
+Nuxt based samples with different options are available at PrimeVue examples repository.
Unstyled mode consists of two solutions. First part is removal of the component specific style classes from the DOM, when unstyled setting is enabled components do not include any CSS selectors while core functionality is still - available. For example, in the default styled mode, the dropdown component adds .p-dropdown style class to the root element and includes CSS to corresponding style. In unstyled setting, this style class is not added to the root - element and the CSS is not included in the page. + available. For example, in the default styled mode, the select component adds .p-select style class to the root element and includes CSS to corresponding style. In unstyled setting, this style class is not added to the root element + and the CSS is not included in the page.
The second part is custom styling as components are displayed as transparent without their styles.
- Here is a sample that provides a style using PrimeFlex CSS library. Before beginning, head over to the pass through section