Skip to content

Commit

Permalink
Revert changes to DESIGN.md
Browse files Browse the repository at this point in the history
- That was an incorrect find/replace
  • Loading branch information
mofojed committed Jul 18, 2024
1 parent 3f5afef commit 7c32264
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions plugins/ui/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ st.write("Result:", res)
### Interactive Query

Early prototype: https://github.com/mofojed/deephaven-plugin-interactive
UI: https://github.com/mofojed/deephaven-plugins/tree/interactive
UI: https://github.com/mofojed/deephaven-js-plugins/tree/interactive

#### Basic Example

Expand Down Expand Up @@ -1020,12 +1020,11 @@ A tabs component can be used to organize content in a collection of tabs, allowi

###### Parameters

| Parameter | Type | Description |
| ----------- | ------------------------------- | ------------------------------------------------------------------------------------------- |
| `*children` | `Tab \| TabList \| TabPanels` | The tab panels to render within the tabs component. |
| `on_change` | `Callable[[Key], None] \| None` | Alias of `on_selection_change`. Handler that is called when the tab selection changes. |
| `**props` | `Any` | Any other [Tabs](https://react-spectrum.adobe.com/react-spectrum/Tabs.html#tabs-props) prop |

| Parameter | Type | Description |
| ----------------------- | ------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `*children` | `Tab \| TabList \| TabPanels` | The tab panels to render within the tabs component. |
| `on_change` | `Callable[[Key], None] \| None` | Alias of `on_selection_change`. Handler that is called when the tab selection changes. |
| `**props` | `Any` | Any other [Tabs](https://react-spectrum.adobe.com/react-spectrum/Tabs.html#tabs-props) prop
|

|
Expand Down

0 comments on commit 7c32264

Please sign in to comment.