Skip to content

Legacy & New alternative components in v4 #5612

@tugcekucukoglu

Description

@tugcekucukoglu

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

Metadata

Metadata

Labels

Type: Breaking ChangeIssue contains a breaking change related to a specific component

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions