Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Oct 16, 2023
2 parents 77d7c55 + 3469985 commit 1df9554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/components/accordion/accordion.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ export const ControlledColor: Story = {
/**
* > Example showing how you can use styling to change accordion to tabs responsively.
* > Replicates GEL Tabcordion functionality.
* NOTE: Due to how items work the Accordion.Item that are children of Tabs should be Tab.Panel but can't due to name sharing on this page
* NOTE: Due to how items work the Accordion.Item that are children of Tabs should be Tab.Panel but can't due to name sharing on this page.
* See the source of this example in, https://github.com/WestpacGEL/GEL-next/blob/main/packages/ui/src/components/accordion/accordion.stories.tsx#L142
*/
export const Responsive: Story = {
render: ({ ...props }) => {
Expand Down

0 comments on commit 1df9554

Please sign in to comment.