Skip to content

Commit 5065f0e

Browse files
committed
Add Change-set
1 parent c77beb3 commit 5065f0e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.changeset/pf-alert.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)