# .draggable

Allow component to be dragged.


## Examples

```js
const options = {
    x: false
};
myComponent.draggable(options);
```
