Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add blog post - react-compound-components #75

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ashwinKumar0505
Copy link
Contributor

No description provided.

@sanandnarayan sanandnarayan self-assigned this May 24, 2021
1. **Accordion** - The outer wrapper component of the Accordion component. This is the root component of the Accordion component.
2. **AccordionItem** - The component that allows us to define each accordion item. Each AccordionItem will have its AccordionButton and AccordionPanel components.
3. **AccordionButton** - The header for the Accordion component.On clicking the accordion button will open the corresponding accordion panel.
4. **AccordionPanel** - The panel for the accordion. This will hold the content of each accordion item.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be a diagram?
structure

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can use this tool for the diagram
https://whimsical.com/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

untitled (2)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want me to add the image that you had mentioned or shall i add this image?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put more effort into the image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can make it like this

Screenshot 2021-05-25 at 1 22 43 PM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added diagram similar to this. Please check

@sanandnarayan
Copy link
Member

https://hemingwayapp.com/
use a english grammar checker like grammarly

@sanandnarayan
Copy link
Member

@ashwinKumar0505 ashwinKumar0505 force-pushed the add-react-compound-components-blog branch from ebfbffc to ef8c68a Compare May 25, 2021 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants