UNPKG

mui-component

Version:

some custom mui components

15 lines 286 B
import { styled } from '@mui/material'; export var Arrow = styled('div')({ position: 'absolute', fontSize: 7, width: '3em', height: '3em', '&::before': { content: '""', margin: 'auto', display: 'block', width: 0, height: 0, borderStyle: 'solid' } });