You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by jpandersen87 September 7, 2023
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>).
The text was updated successfully, but these errors were encountered:
Discussed in #75
Originally posted by jpandersen87 September 7, 2023
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>
).The text was updated successfully, but these errors were encountered: