In CardKit v1.x the `draggable` property could be configured to support locking on the X or Y axes. This is currently not implemented in CardKit 2. Potential implementation in the configuration object: ``` draggable: { x: true, y: false } ```