UNPKG

@athosws/react-components

Version:

This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com

10 lines (8 loc) 223 B
import { motion } from "motion/react"; import styled from "styled-components"; export const ATWrapper = styled(motion.div)` position: fixed; pointer-events: auto; z-index: 9999999; /* transition: all 0.14s; */ `;