Skip to content

Commit

Permalink
chore(docs): remove destroyInactiveTabPanel from Tab due to merge con…
Browse files Browse the repository at this point in the history
…flict (#3155)
  • Loading branch information
wingkwong committed Jun 1, 2024
1 parent d9327f9 commit f3fdb7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/docs/content/docs/components/tabs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ You can customize the `Tabs` component by passing custom Tailwind CSS classes to
| ping | `string` | A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping). | - |
| referrerPolicy | `HTMLAttributeReferrerPolicy` | How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy). | - |
| shouldSelectOnPressUp | `boolean` | Whether the tab selection should occur on press up instead of press down. | - |
| destroyInactiveTabPanel | `boolean` | Whether to destroy inactive tab panel when switching tabs. Inactive tab panels are inert and cannot be interacted with. | `true` |

#### Motion Props

Expand Down

0 comments on commit f3fdb7b

Please sign in to comment.