Daybrush (Younkue Choi)

Results 720 comments of Daybrush (Younkue Choi)

@zaqqaz origin will always default to transform-origin. But you can set any origin directly via setFixedDirection. https://d4cz81.csb.app/

@mspoulsen hide it via css ```css .moveable-line { display: none!important; } ```

@mspoulsen @aayush801 * `moveable` 0.27.0 * `react-moveable` 0.30.0 * `preact-moveable` 0.29.0 * `ngx-moveable` 0.23.0 * `svelte-moveable` 0.18.0 * `lit-moveable` 0.4.0 * `vue-moveable` 2.0.0-beta.2 * `vue3-moveable` 0.2.0 moveable's new version is...

@aayush801 From 2.0.0, the method of using Moveable is different. ```vue Vue Moveable import Moveable from 'vue-moveable'; export default { name: 'app', components: { Moveable, }, methods: { onDrag({ transform...

@aayush801 Set props renderDirections={[]} rotationPosition="none"

Maybe it's a typo here. v-bind:rotationPosition="'none'"

@scqilin hide it via css ```css .moveable-control.moveable-direction { opacity: 0!important; } ```

@kechen123 Ooh, that feature doesn't exist yet. But it seems possible. If my understanding is correct, I'm going to make an example like this: ```jsx ``` Please comment.

@kechen123 Moveable's new version is released. Support Multiple Groups. [0, 1, 2] is single group. [[0, 1], 2] is multiple group. ```js target={[[0, 1], 2]} ```

See demos: https://daybrush.com/moveable/storybook2/?path=/story/group--multiple-group Multiple Group with Selecto https://daybrush.com/moveable/storybook2/?path=/story/combination-with-other-components--use-selecto-with-multiple-group