We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/primefaces/primevue-tailwind/blob/main/presets/wind/splitbutton/index.js
The text was updated successfully, but these errors were encountered:
In the splitbutton Wind preset there is a check for secondary on lines 84 and 272 instead of for success:
// Success Text Button { 'text-surface-500 dark:text-surface-400': parent.props.text && parent.props.severity === 'secondary' && !parent.props.plain },
// Success Text Button
{ 'text-surface-500 dark:text-surface-400': parent.props.text && parent.props.severity === 'secondary' && !parent.props.plain },
Sorry, something went wrong.
Create PR #215 to address
Thank you for your PR, but the Wind preset is no longer part of the official presets. It has been replaced with the Aura Preset.
You can add this PR and the issue to the Wind Preset Github repo. I would be happy to merge it.
❗Wind Preset has been moved (w/ v0.9.0)❗ #242
No branches or pull requests
Repository URL
https://github.com/primefaces/primevue-tailwind/blob/main/presets/wind/splitbutton/index.js
The text was updated successfully, but these errors were encountered: