feat(card): add isGlass prop#12290
feat(card): add isGlass prop#12290wise-king-sullyman wants to merge 1 commit intopatternfly:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe Card component adds a new optional Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview: https://pf-react-pr-12290.surge.sh A11y report: https://pf-react-pr-12290-a11y.surge.sh |
| isFullHeight?: boolean; | ||
| /** Modifies the card to include plain styling; this removes border and background */ | ||
| isPlain?: boolean; | ||
| /** Modifies the card to include glass styling */ |
There was a problem hiding this comment.
would it be worth clarifying that it'll include glass styling when the glass contrast mode is enabled?
What: Closes #12268
Additional issues:
Assisted by Claude Code
Summary by CodeRabbit
New Features
isGlassproperty to apply a glass appearance effect to card elements in your interface.Tests