Order

The Order component is used to make Widgets movable, either through buttons or drag-and-drop. Users can enter a customization mode in which they can reorder Widgets.

Usage

The component is not part of the main ui framework, You should include additional files to use it in production:

<link rel="stylesheet" href="https://client-version.cf.emarsys.net/ui/latest/css/services/ui-framework/order.css">
<script src="https://client-version.cf.emarsys.net/ui-framework-order/latest/app.js"></script>

and in staging:

<link rel="stylesheet" href="https://redirector-staging.gservice.emarsys.com/ui/latest/css/services/ui-framework/order.css">
<script src="https://redirector-staging.gservice.emarsys.com/ui-framework-order/latest/app.js"></script>