Feature flags
Feature flags have been added to the clickable, selectable, and expandable variants of tile to improve accessibility and changes its visual appearance, not its functionality. For more code-specific feature flag information, refer to the @carbon/react framework. Once the next major release (v12) is released in the future, these feature flags will become the default version of the component.
- The
enable-tile-contrastflag adds a border to the tile with improved contrast for accessibility and to visually indicate they are operable. - The
enable-v12-tile-default-iconsflag enables the rendering of default icons on the clickable variant of a tile, such as the ArrowRight icon for navigation or the Error icon when the tile is disabled. If the user hasn’t configured a different icon, these defaults will be used. - The
enable-v12-tile-radio-iconsflag changes RadioTile to use radio button icons instead of a checkmark icons.
This live demo contains only a preview of functionality and styles available for this component. View the full demo on Storybook for additional information such as its version, controls, and API documentation.
Feedback
Help us improve this component by providing feedback, asking questions, and leaving any other comments on GitHub.

