Hasan Sefa Ozalp
Hasan Sefa Ozalp
The Ultimate Next.js Boilerplate is up-to date with features such as OAuth, email auth, protected routes for client & server, GraphQL, tailwindcss and more! Demo -> https://nextjsboilerplate.com/. Made with most...
I've been trying to use my custom components on export. ```javascript const Bold = ({ children }) => { return ( {children} ) } ``` ```javascript inlineStyles: { BOLD: {element:...
Anything more than `font-size: 14` makes the width come short. Example input style: ``` inputStyle={{ fontSize: 20, }} ```