daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!

Home Page:https://daybrush.com/moveable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moveable control with a different style on each corner

mysolo opened this issue · comments

Environments

  • Framework name: svelte
  • Framework version: 3.52.0
  • Moveable Component version: svelte-moveable 0.28.1

Description

Hello.

can we have a different style of control on each corner?

I'm trying to do as on the screenshot, but the controls have a global css .moveable-control so I can't just change the css.

Is there a way to do this?

Screenshot 2024-01-18 at 10 30 50

You can use css. each corner has different classname such as moveable-nw , moveable-ne, moveable-sw , moveable-se ....etc @mysolo

Thanks. It's nice.