UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

16 lines (15 loc) 356 B
import styled from "../../../styles/styled"; import { motion } from "framer-motion"; export const TokenChainContainer = styled(motion.div) ` width: 100%; height: 100%; `; export const ChainContainer = styled(motion.div) ` position: absolute; width: 16px; height: 16px; border-radius: 9999px; overflow: hidden; bottom: 0px; right: 0px; `;