-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tile - deprecate Tile component #8542
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
dgdavid
added a commit
to joseivanlopez/agama
that referenced
this issue
Feb 16, 2024
Which helps rendering a set of options with a tile look&feel. Not using PatternFly/Tile instead because it looks like it's going to be deprecated [1] and the PatternFly/Card#isSelectable component is a bit complex for this first use case. [1] patternfly/patternfly-react#8542
cc @andrew-ronaldson are we deprecating this for v6? |
Merged
Merged
Move Tile to deprecated directory. Opened codemod issue - patternfly/pf-codemods#731. Add Card demo representing new Tile. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tile can be seen as a specialized version of the Card. Tiles are always clickable and have a compact layout. Deprecate Tile in favor of using clickable cards.
The text was updated successfully, but these errors were encountered: