Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 464 Bytes

File metadata and controls

15 lines (12 loc) · 464 Bytes
@patternfly/elements
minor

Minor Changes

  • Added pf-alert component for displaying alert messages of different types:
    • Types: info, warning, danger, success, cogear, neutral, custom
    • Features: optional heading, description, actions, dismiss button
  • Enables consistent alert messaging across apps and demos
<pf-alert type="warning" heading="Attention!">
  This is a warning alert with optional description and actions.
</pf-alert>