-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement unstyled mode from PrimeVue #11
Comments
Set-up unstyle mode
import Tailwind from 'primevue/passthrough/tailwind';
app.use(PrimeVue, { unstyled: true, pt: Tailwind, ptOptions: { mergeProps: true } });
|
Next step: shared pass through properties per component type (defined globally) or UsePassThrough. |
Theming didn't work exactly as I thought... with UsePassthrough, see also here, adding a component Adding But things may change again, see e.g. primefaces/primevue#4707, so we need to be careful when updating PrimeVue. |
WIP as new components are added. Closing this issue. |
Aims/objectives.
Implement unstyled mode from PrimeVue. Currently, we use
primevue@3.28.0
, but regular updates are available.A clear and concise description of todo items.
I started to test the pass through option on selected components, but we need important: true in the tailwind.config.js file (or do not import theme?).
As soon as this feature is fully available/supported, revisit all UI components, and implement our own styling with Tailwind.
The text was updated successfully, but these errors were encountered: