yarn add @fortune-sheet/react or using npm: npm install @fortune-sheet/react Create an HTML placeholder html,body,#root{width:100%;height:100%; } NOTE:widthandheightdoesn't have to be 100%, but should at least have a value. If set toauto, table area may not show. importReactfrom'...
Using npm npm install @fortune-sheet/reactUsing pnpm pnpm install @fortune-sheet/reactUsing yarn yarn add @fortune-sheet/reactCreate an HTML placeholder html, body, #root { width: 100%; height: 100%; } NOTE: width and height doesn't have to ...
Get started (react) Using npm Using pnpm Using yarn html,body,#root{width:100%;height:100%; } NOTE:widthandheightdoesn't have to be 100%, but should at least have a value. If set toauto, table area may not show. importReactfrom'react';importReactDOMfrom'...