Community forum for knowledge and support

Updated 2 weeks ago

Navigating NavBar3 Component Import Issues in Next.js

Hey Relume team, I’m running into an issue with the NavBar3 component (and other snippets) because they use named exports (export const Navbar3 = ...), while I typically import components as default in Next.js. Do you recommend altering your snippets to export default, or should I just adjust my import statements to use named exports? Thanks for any guidance—trying to keep changes to your code minimal!

Add a reply
Sign up and join the conversation on Slack