π€MUI integration
Use MUI components in your App or DSFRify your website build with MUI.
import MuiDsfrThemeProvider from "@codegouvfr/react-dsfr/mui";
function App() {
return (
<MuiDsfrThemeProvider>
{/* your app ... */}
</MuiDsfrThemeProvider>
);
}Next.js: Improving first print


Setting up Next.js + MUI + react-dsfr
Last updated
Was this helpful?