文件名称:react-shopify-draggable:@shopifydraggable到React的端口
文件大小:221KB
文件格式:ZIP
更新时间:2024-02-20 20:35:30
react flow babel webpack component
ReactShopify可拖动 我为自己的懒惰表示歉意。 演示正在进行中!! 到React的端口 # adding to project npm install @wuweiweiwu/react-shopify-draggable # or yarn add @wuweiweiwu/react-shopify-draggable import React , { Component } from 'react' ; import { DraggableItem , DraggableContainer , } from '@wuweiweiwu/react-shopify-draggable' ; import '../shared/favicon/favicon.ico' ; import './stylesheets/app.css' ; const random255 = ( ) => Math . floor ( Math . random ( ) * 256 ) ; const randomColor = ( ) => `rgb( ${ random255 (