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 6e23c90 commit df2a365Copy full SHA for df2a365
src-docs/src/views/badge/badge_example.js
@@ -249,10 +249,10 @@ export const BadgeExample = {
249
],
250
text: (
251
<p>
252
- Used to showcase the number of notifications, alerts or hidden
253
- selections. Typically used in{' '}
254
- <Link to="/layout/header">EuiHeader</Link>{' '}
255
- <Link to="/forms/filter-group">EuiFilterButtons</Link>.
+ Used to showcase the number of notifications, alerts, or hidden
+ selections. This badge type is commonly used in the{' '}
+ <Link to="/layout/header">EuiHeader</Link> and{' '}
+ <Link to="/forms/filter-group">EuiFilterButton</Link> components.
256
</p>
257
),
258
props: { EuiNotificationBadge },
0 commit comments