diff --git a/doc/en/components/layouts/tile-manager.md b/doc/en/components/layouts/tile-manager.md index bed794fe5..3ee8afb98 100644 --- a/doc/en/components/layouts/tile-manager.md +++ b/doc/en/components/layouts/tile-manager.md @@ -27,9 +27,8 @@ The Tile Manager offers two components that we can use: ### Getting Started -To start using the Tile Manager, first, you need to install the {ProductName} by running the following command: - +To start using the Tile Manager, first, you need to install the {ProductName} by running the following command: ```cmd npm install {PackageWebComponents} @@ -37,6 +36,7 @@ npm install {PackageWebComponents} +To start using the Tile Manager, first, you need to install the {ProductName} by running the following command: ```cmd npm install igniteui-react @@ -174,7 +174,7 @@ We can specify the number of grid columns for our Tile Manager. To do this, simp ```razor - + Tile 1 header

Tile 1 Content

@@ -229,7 +229,7 @@ Another property that can be used in the Tile Manager is the `Gap` property, whi ```razor - + Tile 1 header

Tile 1 Content

@@ -280,7 +280,7 @@ We also have properties for setting the minimum width of the columns (`MinColumn ```razor - + Tile 1 header

Tile 1 Content

@@ -343,7 +343,7 @@ The Tile component has properties that can be set individually for each tile. So ```razor - + Tile 1 header

Tile 1 Content

@@ -405,8 +405,8 @@ If you want to display just one of the two buttons, you can set either `DisableM ```razor - - + +

Tile 1 Content

@@ -462,7 +462,7 @@ We can use the `ResizeMode` property to control how resizing is applied in the T ```razor - +

Tile 1

@@ -531,7 +531,7 @@ Similar to resizing, when you initiate the drag-and-drop process, a ghost elemen ```razor - + Tile 1 header

Tile 1 Content

@@ -626,9 +626,9 @@ You can also change the icon of the adorners to a custom one using the `side-ado ```razor - - - + + + Tile header ``` diff --git a/docfx/en/components/toc.json b/docfx/en/components/toc.json index 9a01ff9bb..6bc676787 100644 --- a/docfx/en/components/toc.json +++ b/docfx/en/components/toc.json @@ -1568,7 +1568,7 @@ "status": "new" }, { - "exclude": ["Angular", "Blazor"], + "exclude": ["Angular"], "name": "Tile Manager", "href": "layouts/tile-manager.md", "status": "new"