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
Legacy components and alternatives to replace them.
import Calendar from 'primevue/calendar'; app.component('DatePicker', Calendar);
import DatePicker from 'primevue/datepicker'; app.component('DatePicker', DatePicker);
The text was updated successfully, but these errors were encountered:
Refactor #5612 - Calendar / DatePicker
1428cc1
Refactor #5612 - InputSwitch / ToggleSwitch
f240b95
Refactor #5612 - OverlayPanel / Popover
def5d06
Refactor #5612 - Dropdown / Select
55ae990
Refactor #5612 - Chips / InputChips
365879a
Refactor #5612 - Sidebar / Drawer
fcf8599
Refactor #5612
c40b320
tugcekucukoglu
No branches or pull requests
Legacy components and alternatives to replace them.
Previous usage
Suggested new usage
The text was updated successfully, but these errors were encountered: