@vanilla-pdmfc/preset
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

Vanilla Preset

image host

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

Readme

Keywords

none

Package Sidebar

Install

npm i @vanilla-pdmfc/preset

Weekly Downloads

1

Version

1.2.3

License

ISC

Unpacked Size

3.68 MB

Total Files

94

Last publish

Collaborators

  • dayana-sog