Next.js Discord

Discord Forum

Display an Icon

Unanswered
Brouillard posted this in #help-forum
Open in Discord
I was wondering what is the common use in nextjs regarding displaying icons ?

4 Replies

Chinese Egret
I personally like the library "lucide-react"
or "react-feather"
Then ofc you can manually use SVG in your code
I'll try that thanks