Skip to content

Instantly share code, notes, and snippets.

@izaakwalz
Created November 28, 2022 08:21
Show Gist options
  • Save izaakwalz/c008772293ce8c08e53366d3eabe19c6 to your computer and use it in GitHub Desktop.
Save izaakwalz/c008772293ce8c08e53366d3eabe19c6 to your computer and use it in GitHub Desktop.
how to integrate remixicon
import 'remixicon/fonts/remixicon.css';
export default function Icon({ icon, className }) {
return <i className={`${icon} ${className} cursor-pointer`} />;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment