Add blog post - react-compound-components#75
Open
ashwinKumar0505 wants to merge 5 commits intomasterfrom
Open
Conversation
sanandnarayan
requested changes
May 24, 2021
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
| 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. |
Member
There was a problem hiding this comment.
you can use this tool for the diagram
https://whimsical.com/
Contributor
Author
There was a problem hiding this comment.
Do you want me to add the image that you had mentioned or shall i add this image?
Member
There was a problem hiding this comment.
Please put more effort into the image
Member
Contributor
Author
There was a problem hiding this comment.
Added diagram similar to this. Please check
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
Member
|
https://hemingwayapp.com/ |
sanandnarayan
requested changes
May 24, 2021
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
posts/react-compound-components/2021-5-25-React-compound-compnents.md
Outdated
Show resolved
Hide resolved
ebfbffc to
ef8c68a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.