// import *as React from 'react'; // import { Dragact } from '../lib/dragact'; // const Words = [ // { content: 'You can do anything, but not everything.', img: 'http://pic.sc.chinaz.com/files/pic/pic9/201303/xpic10472.jpg' }, // { content: 'Those who dare to fail miserably can achieve greatly.', img: 'https://img00.deviantart.net/1163/i/2013/059/d/7/irish_views_by_ssquared_photography-d5wjnsk.jpg' }, // { content: 'You miss 100 percent of the shots you never take.', img: 'http://www.landsendhotel.co.uk/uploads/gallery/gallery/coastal_scenery_seascapes_6.jpg' }, // { content: 'Those who believe in telekinetics, raise my hand.', img: 'https://tctechcrunch2011.files.wordpress.com/2017/10/26099344353_18cd6fabb8_k.jpg?w=738' }, // { content: 'I’d rather live with a good question than a bad answer.', img: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQVa26cLzh6PYUwY4LMpwbHyDHFmWi_w2JuqDzeOdm1IIEbBZO0Vg' } // ] // const Card = (props: any) => { // const item: any = props.item; // const dataSet: any = props['data-set']; // return ( //
// card //
{dataSet.handle ?
点我拖动
: item.content}
//
// ) // } // export class AddRemove extends React.Component<{}, {}> { // layoutWrap: HTMLDivElement | null // dragactNode: Dragact; // state = { // layout: [1] // } // componentDidMount() { // this.setState({ // layout: this.dragactNode.getLayout() // }) // } // handleClick = () => { // this.setState({ // layout: [...this.state.layout, 1] // }) // console.log(this.state.layout) // } // handleDeleteClick = () => { // this.state.layout.shift() // this.setState({ // layout: [...this.state.layout] // }) // } // render() { // const margin: [number, number] = [5, 5]; // const dragactInit = { // width: 800, // col: 12, // rowHeight: 800 / 12, // margin: margin, // className: 'normal-layout' // } // return ( //
//
//
//

AddRemove Demo

// node ? this.dragactNode = node : null} > // {this.state.layout.map((el, i) => { // return ( // // ) // })} // // // //
//
//
// ) // } // }