UNPKG

@wq/material-web

Version:

Web bindings for @wq/material

7 lines (5 loc) 179 B
import React from "react"; import { Box } from "@mui/material"; export default function View(props) { return <Box {...props} sx={{ position: "relative", ...props.sx }} />; }