Icon tile
An icon with background, color and size determined by the Tile component.Props
| Description | The appearance of the tile |
|---|---|
| Type | "gray" | "blue" | "teal" | "green" | "lime" | "yellow" | "orange" | "red" | "magenta" | "purple" | "grayBold" | "blueBold" | "tealBold" | "greenBold" | "limeBold" | "yellowBold" | "orangeBold" | "redBold" | "magentaBold" | "purpleBold" |
| Description | The icon to display |
|---|---|
| Type | React.ComponentClass<NewCoreIconProps, any> | React.FunctionComponent<NewCoreIconProps> |
| Description | The label for the icon |
|---|---|
| Type | string |
| Description | Size of the tile. Defaults to Available sizes: |
|---|---|
| Type | "xsmall" | "small" | "medium" | "large" | "xlarge" |
| Description | A unique string that appears as a data attribute |
|---|---|
| Type | string |