Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PrimeVueStyled and PrimeVueUnstyled plugins #5502

Closed
mertsincan opened this issue Apr 1, 2024 · 0 comments
Closed

Add PrimeVueStyled and PrimeVueUnstyled plugins #5502

mertsincan opened this issue Apr 1, 2024 · 0 comments
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@mertsincan
Copy link
Member

mertsincan commented Apr 1, 2024

Use PrimeVueStyled plugin for styled mode, and PrimeVueUnstyled plugin for unstyled mode.

Setup on v4

// styled mode
import PrimeVueStyled from 'primevue/styled';

app.use(PrimeVueStyled, {...})
// unstyled mode
import PrimeVueUnstyled from 'primevue/unstyled';

app.use(PrimeVueUnstyled, {...})
@mertsincan mertsincan added the Type: New Feature Issue contains a new feature or new component request label Apr 1, 2024
@mertsincan mertsincan added this to the 4.0.0-beta.1 milestone Apr 1, 2024
@mertsincan mertsincan self-assigned this Apr 1, 2024
mertsincan added a commit that referenced this issue Apr 1, 2024
mertsincan added a commit that referenced this issue Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

1 participant