https://github.com/hamza-rafique/accordion-component-with-reactjs
with reactjs how to accordion work solve and show and hide button use for text show hide and data fatch from another component throw map() function
https://github.com/hamza-rafique/accordion-component-with-reactjs
Last synced: over 1 year ago
JSON representation
with reactjs how to accordion work solve and show and hide button use for text show hide and data fatch from another component throw map() function
- Host: GitHub
- URL: https://github.com/hamza-rafique/accordion-component-with-reactjs
- Owner: Hamza-Rafique
- Created: 2021-03-25T11:14:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T06:41:00.000Z (over 2 years ago)
- Last Synced: 2025-01-08T02:16:58.077Z (over 1 year ago)
- Language: CSS
- Size: 801 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Idea
[uidesigndaily](https://uidesigndaily.com/posts/sketch-accordion-website-day-1175)
;
#### React Icons
[react icons](https://react-icons.github.io/react-icons/)
```
npm install react-icons --save
```
```javascript
import { FaHome } from 'react-icons/fa';
const Component = () => {
return ;
};
```