subhasmitalmg-react-spreadsheet-import
Version:
React spreadsheet import for xlsx and csv files with column matching and validation steps
7 lines (4 loc) • 306 B
JavaScript
import { jsx } from 'react/jsx-runtime';
import { Box } from '@chakra-ui/react';
const FadingOverlay = () => (jsx(Box, { position: "absolute", left: 0, right: 0, bottom: 0, height: "48px", pointerEvents: "none", bgGradient: "linear(to bottom, backgroundAlpha, background)" }));
export { FadingOverlay };