mui-next
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

mui-next

The simplest SSR helper for Next.js and MaterialUI.

Installing

Run:

npm install mui-next

or:

yarn add mui-next

Usage

Create pages/_app.tsx file:

import { AppProps } from 'next/app';
import MuiNext from 'mui-next';

function MyApp({ Component, pageProps }: AppProps) {
    return (
        <MuiNext>
            <Component {...pageProps} />
        </MuiNext>
    );
}

export default MyApp;

Readme

Keywords

none

Package Sidebar

Install

npm i mui-next

Weekly Downloads

8

Version

0.0.11

License

ISC

Unpacked Size

6.9 kB

Total Files

8

Last publish

Collaborators

  • corporateanon