Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@flokiowl * `croact-moveable` 0.3.0 * `@moveable/helper` 0.1.2 * `lit-moveable` 0.24.0 * `moveable` 0.47.0 * `preact-moveable` 0.49.0 * `react-moveable` 0.50.0 * `svelte-moveable` 0.39.0 * `vue-moveable` 2.0.0-beta.66 * `vue3-moveable` 0.22.0 * `ngx-moveable`...
@hhbusui Use `clippable` And an example of clippable is: https://daybrush.com/moveable/storybook2/?path=/story/basic--clippable However, the control box is still shown as the clipped area.
@bytasv Um... I don't know. But let's take a few guesses If the container and viewport sizes are different from the stored values, the following problems may occur. Try useResizeObserver....
@stemcc [email protected] is released. https://github.com/daybrush/scenejs/tree/master/packages/svelte-scenejs * [Raindrop Selector Example](https://codesandbox.io/s/svelte-raindrop-selector-example-qtc5bn?file=/App.svelte) * [Raindrop No Selector Example](https://codesandbox.io/s/svelte-raindrop-no-selector-example-73xkeo) ```bash $ npm install svelte-scenejs ``` ```svelte import { useScene, useSceneItem, useFrame, useNowFrame, } from "svelte-scenejs";...
@afan0228 rulerStyle is the css style of the ruler. You can also use it like below ```jsx ```
@Atif-Bashir-1998 @sachinbro @jerwinaton Fixed typos in vue code. Let me know if there are any other parts. http://localhost:6006/?path=/story/selecto--select-in-the-scroll-area
Vanilla, Svelte, React, Vue2, Vue3, Angular, Lit demos are added.
@vtoolsMedi Since target is a DOM, preselection is not supported with props. Use the `.setSelectedTargets` method. It appears to be the same as the next issue. https://github.com/daybrush/selecto/issues/129
@hoondeveloper Is there any reason to use `on`? Try using react's on prefix prop. onDragStart, onPinch, onScroll, ...
@bytasv okay. i’ll test it internally. and add method soon.