Learn about the Tile component for use in UI extensions.
Tile
component renders a square tile that can contain other components. Use this component to create groups of related components.
Prop | Type | Description |
---|---|---|
compact | Boolean | When set to true , reduces the amount of padding in the tile. Default is false . |
flush | Boolean | When set to true , removes left and right padding from the tile contents. Default is false . |
flush
prop, you can remove left and right padding from the tile contents.
flush={false}
(default)flush={true}