import { alpha } from '@mui/material/styles'; import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; import GradientText from 'docs/src/components/typography/GradientText'; import HeroContainer from 'docs/src/layouts/HeroContainer'; import IconImage from 'docs/src/components/icon/IconImage'; import GetStartedButtons from 'docs/src/components/home/GetStartedButtons'; import { DesignKitImagesSet1, DesignKitImagesSet2, DesignKitTools, } from 'docs/src/components/home/DesignKits'; export default function TemplateHero() { return ( ({ color: 'primary.600', display: 'flex', alignItems: 'center', justifyContent: { xs: 'center', md: 'start' }, '& > *': { mr: 1 }, ...theme.applyDarkStyles({ color: 'primary.400', }), }), ]} > Design Kits Material UI
in your favorite
design tool
Pick your favorite design tool to enjoy and use Material UI components. Boost consistency and facilitate communication when working with developers. } right={ ({ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', zIndex: 1, background: `linear-gradient(90deg, ${alpha( theme.palette.primaryDark[900], 0.8, )} 1%, ${alpha(theme.palette.primaryDark[900], 0.1)})`, opacity: 0, ...theme.applyDarkStyles({ opacity: 1, }), })} /> } /> ); }