UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

12 lines (9 loc) 199 B
// ** MUI Imports import { styled } from '@mui/material/styles' const CardWrapper = styled('div')({ display: 'flex', '& .rccs, & .rccs__card': { margin: 0 } }) export default CardWrapper