Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 939 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 939 Bytes

Submenu

This project was bootstrapped with Create React App.

1689284919063

1689284776113

1689284880867

Github Page Link

🗂️ Submenu - project demo

or scan QR Code:

1689285087464

Credits:

React Icons

react icons

npm install react-icons --save
import { FaTwitter } from 'react-icons/fa';

const Component = () => {
  return <FaTwitter className='icon'></FaTwitter>;
};