mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-reorder
Reorder is a component that allows an item to be dragged to change its order. It must be used within an ion-reorder-group to provide a visual drag and drop interface.
ion-reorder is the anchor users will use to drag and drop items inside the ion-reorder-group. It must be added to ion-item in order for them to be draggable.
<ion-item>
<ion-label>
Item
</ion-label>
<ion-reorder slot="end"></ion-reorder>
</ion-item>
The position of the
Built with StencilJS