next typography:以最简单的方式将Typography.js样式添加到Next JS应用程序中 源码
以最简单的方式将样式添加到您的应用程序中。 入门 yarn add next-typography pages/_app.jsx import NextTypography from " next-typography " ; import typography from " my/typography/setup " ; function MyApp ({ Component , pageProps }) { return ( <> < NextTypography xss=removed> < Component> < / >
下载地址
用户评论