Questions tagged as 'nextjs'

1
answer

How to use Material Icons with next.js?

import Link from 'next/link'; import MaterialIcon from 'material-icons-react'; const Header = (props) => { return ( <nav> <ul> {navOptions.map(nav => ( <li> <Link href={nav.url...
asked by 21.11.2018 / 06:57