-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Type: Breaking ChangeIssue contains a breaking change related to a specific componentIssue contains a breaking change related to a specific component
Milestone
Description
Legacy components and alternatives to replace them.
Previous usage
import Calendar from 'primevue/calendar';
app.component('DatePicker', Calendar);
Suggested new usage
import DatePicker from 'primevue/datepicker';
app.component('DatePicker', DatePicker);
- Calendar --> DatePicker
- InputSwitch --> ToggleSwitch
- OverlayPanel --> Popover
- Dropdown --> Select
- Chips --> InputChips
- Sidebar --> Drawer
real-supreme, j0rgedev, pavi2410 and pzgz
Metadata
Metadata
Assignees
Labels
Type: Breaking ChangeIssue contains a breaking change related to a specific componentIssue contains a breaking change related to a specific component