TileLayoutItem
The interface for describing items that can be passed to the items
prop of the TileLayout component.
Name | Type | Default | Description |
---|---|---|---|
body? |
|
Sets the TileLayoutItem content in the body (see example). | |
className? |
|
Sets additional classes to the TileLayoutItem. | |
defaultPosition? |
|
The TileLayoutItem position which is used when the TileLayout is in uncontrolled mode (see example). | |
header? |
|
Sets the TileLayoutItem title in the header (see example). | |
hintClassName? |
|
Sets additional classes to the TileLayoutItem hint element. | |
hintStyle? |
|
Sets additional CSS styles to the TileLayoutItem hint element. | |
item? |
|
Overrides the default rendering of the TileLayoutItem (see example). | |
reorderable? |
|
|
Specifies if the user can reorder the TileLayoutItem by dragging and dropping it
(see example).
If |
resizable? |
|
|
Specifies if the user can resize the TileLayoutItem and in which direction
(see example).
If |
style? |
|
Sets additional CSS styles to the TileLayoutItem. |