An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

#### Idea

[uidesigndaily](https://uidesigndaily.com/posts/sketch-accordion-website-day-1175)

![](./idea.png);

#### 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 ;
};
```