UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

7 lines (5 loc) 181 B
import { Stack as MuiStack, styled } from '@mui/material' export const Stack = styled(MuiStack)(({ theme }) => ({ position: 'relative', padding: theme.spacing(0, 3, 3, 3), }))