Introduce Tabs
Summary: Ant'd tabs didn't allow for vertical fill out. Introduced our own tiny wrapper that has `grow` by default. Also made sure the users last selection is remembered. Reviewed By: cekkaewnumchai Differential Revision: D28026345 fbshipit-source-id: 7703bc241cd1427336b7c917bdb5be9f56bba9b9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fe10e9dcc2
commit
37a7b16774
@@ -150,7 +150,7 @@ For conversion, the following table maps the old components to the new ones:
|
||||
| `ManagedDataInspector` / `DataInspector` | `DataInspector` | `flipper-plugin` ||
|
||||
| `ManagedElementInspector` / `ElementInspector` | `ElementInspector` | `flipper-plugin` ||
|
||||
| `Panel` | `Panel` | `flipper-plugin` ||
|
||||
| `Tabs` / `Tab` | `Tabs` / `Tab` | `flipper-plugin ||
|
||||
| `Tabs` / `Tab` | `Tabs` / `Tab` | `flipper-plugin | Note that `Tab`'s `title` property is now called `tab`. |
|
||||
|
||||
Most other components, like `select` elements, tabs, date-pickers, etc etc can all be found in the Ant documentaiton.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user