Fix docs: Typography.Heading => Typography.Title
Summary: Noticed this while migrating Created from Diffusion's 'Open in Editor' feature. Reviewed By: passy Differential Revision: D28057969 fbshipit-source-id: a8b7c1159c13e666abc3bab54fafae302e18e8dd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bbcb16d8fb
commit
808d173c89
@@ -143,7 +143,7 @@ For conversion, the following table maps the old components to the new ones:
|
|||||||
| `FlexRow` | `Layout.Horizontal` | `flipper-plugin` | Use the `gap` property to provide some spacing between the children! |
|
| `FlexRow` | `Layout.Horizontal` | `flipper-plugin` | Use the `gap` property to provide some spacing between the children! |
|
||||||
| `Scrollable` | `Layout.ScrollContainer` | `flipper-plugin` ||
|
| `Scrollable` | `Layout.ScrollContainer` | `flipper-plugin` ||
|
||||||
| `Link` | `Typography.Link` | `antd` ||
|
| `Link` | `Typography.Link` | `antd` ||
|
||||||
| `Text` / `Heading` | `Typography.Text` / `Typography.Heading` | `antd` ||
|
| `Text` / `Heading` | `Typography.Text` / `Typography.Title` | `antd` ||
|
||||||
| `Button` | `Button` | `antd` ||
|
| `Button` | `Button` | `antd` ||
|
||||||
| `Glyph` | `Icon` | `antd` ||
|
| `Glyph` | `Icon` | `antd` ||
|
||||||
| `ManagedDataTable` | `DataTable` | `flipper-plugin` | Requires state to be provided by a [`createDataSource`](flipper-plugin.mdx#createdatasource) |
|
| `ManagedDataTable` | `DataTable` | `flipper-plugin` | Requires state to be provided by a [`createDataSource`](flipper-plugin.mdx#createdatasource) |
|
||||||
|
|||||||
Reference in New Issue
Block a user