文件名称::bow_and_arrow: 在 React 元素之间绘制箭头 :fountain_pen:
文件大小:515KB
文件格式:ZIP
更新时间:2024-06-28 09:12:07
Image manipulation
react-archer :bow_and_arrow: 在 React 中绘制 DOM 元素之间的箭头:fountain_pen: 安装 npm install react-archer --save 或 yarn add react-archer Example 试试看! 从“React弓箭手”导入 { ArcherContainer, ArcherElement }; const rootStyle = { display: 'flex', justifyContent: 'center' }; const rowStyle = { margin: '200px 0', display: 'flex', justifyContent: 'space-between' }; const boxStyle = { padding: '10px', border: '1px solid black' }; const App = () => { 返回 (