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.

9 lines (7 loc) 192 B
import { Box, styled } from '@mui/material' export const TokenContainer = styled(Box)(() => ({ display: 'flex', alignItems: 'center', justifyContent: 'space-between', height: 40, }))