Idea: All components designed to use children #75
Closed
jpandersen87
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I'm thinking allowing both a list as well as children would be the best approach. Created an issue here: #78. Also, any chance you might be interested in taking this one on? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jpandersen87 , started work on this request here: #79. Just wanted to verify this is what you're looking for. If so, i'll implement similarly on other applicable components. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Either in addition to, or replacement of existing render logic, components should accept and render children. For example, the accordion component currently only accepts a javascript array of items to render instead of allowing the items to be passed manually as children (ex:
<Accordion><AccordionItem>...</AccordionItem></Accordion>
).Beta Was this translation helpful? Give feedback.
All reactions