-
-
Notifications
You must be signed in to change notification settings - Fork 299
Open
Description
- Visit https://openchakra.app/
- drag "Tabs (preset)" onto the grid
- try to drag anything, e.g. Input, into the TabPanel that says "One !"
- observe the new component getting inserted into TabPanels, not one TabPanel
<Tabs size="md">
<TabList>
<Tab>One</Tab>
<Tab>Two</Tab>
</TabList>
<TabPanels>
<TabPanel>One !</TabPanel>
<TabPanel>Two !</TabPanel>
<Input />
</TabPanels>
</Tabs>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels