We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77beb3 commit 5065f0eCopy full SHA for 5065f0e
.changeset/pf-alert.md
@@ -0,0 +1,17 @@
1
+
2
+---
3
+"@patternfly/elements": minor
4
5
+:sparkles: Added `<pf-alert>`
6
+An alert is a banner used to notify a user about a change in status
7
+ or communicate other information. It can be generated with or without
8
+ a user triggering an action first.
9
+```html
10
+<div class="demo-description">
11
+ <section class="alerts-page">
12
+ <pf-alert state="Success">
13
+ <h3 slot="header">Success alert title</h3>
14
+ </pf-alert>
15
+ </section>
16
+</div>
17
+```
0 commit comments