1.2.3 • Published 1 year ago

@vanilla-pdmfc/preset v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Vanilla Preset

Vanilla Preset is a package designed to enhance the functionality of PrimeVue when using the unstyled mode. It provides additional configurations and options to streamline your development process.

Download

Vanilla Preset is available at npm.

Getting started

# Using npm
npm install @vanilla-pdmfc/preset

# Using yarn
yarn add @vanilla-pdmfc/preset

# Using pnpm
pnpm add @vanilla-pdmfc/preset

Usage

Unstyled mode is disabled by default for all components. Using the PrimeVue plugin during installation, set unstyled as true to enable it globally. Visit the Unstyled mode documentation for more information and examples.

import { createApp } from 'vue';
import PrimeVue from 'primevue/config';
import VanillaPreset from  "@vanilla-pdmfc/preset";

const app = createApp(App);
app.use(PrimeVue, {
	unstyled:  true,
	pt:  VanillaPreset,
});

Note

This package is specifically designed to be used with PrimeVue + Tailwind, especially when using the unstyled mode. It enhances the functionality and provides additional configurations tailored for this mode. Make sure to set unstyled: true when using this preset.

License

Copyright (c) 2015-present Razvan Stoenescu

MIT License

1.2.3

1 year ago

1.2.2

1 year ago

1.2.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago