zubayrrr / React_Accordion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making a simple accordion using hooks and static local data to map over with.

;

React Icons

react icons

npm install react-icons --save
import { FaHome } from "react-icons/fa";
const Component = () => {
  return <FaHome className="icon"></FaHome>;
};

About


Languages

Language:CSS 48.1%Language:JavaScript 31.5%Language:HTML 20.4%