You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/core/src/alert/alert-group.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ import styles from './alert-group.css?inline';
19
19
/**
20
20
* @element nve-alert-group
21
21
* @description An alert group is an element that displays a group of related and important messages in a way that attracts the user's attention without interrupting the user's task.
Copy file name to clipboardExpand all lines: projects/core/src/alert/alert.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ import styles from './alert.css?inline';
24
24
/**
25
25
* @element nve-alert
26
26
* @description Alert is an element that displays a brief, important message in a way that attracts the user's attention without interrupting the user's task.
Copy file name to clipboardExpand all lines: projects/core/src/badge/badge.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ import styles from './badge.css?inline';
22
22
/**
23
23
* @element nve-badge
24
24
* @description A visual indicator that communicates a status description of an associated component. Status badges use short text, color, built in icons for quick recognition and render near the relevant content.
Copy file name to clipboardExpand all lines: projects/core/src/breadcrumb/breadcrumb.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ import type { Button } from '@nvidia-elements/core/button';
20
20
/**
21
21
* @element nve-breadcrumb
22
22
* @description Breadcrumb is a component that can help users establish their location while navigating a website with complex URLs and navigation paths.
Copy file name to clipboardExpand all lines: projects/core/src/button-group/button-group.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ import globalStyles from './button-group.global.css?inline';
22
22
/**
23
23
* @element nve-button-group
24
24
* @description A button group organizes related buttons and can support either mutually exclusive single or multi selection. Prefer usage within toolbars.
Copy file name to clipboardExpand all lines: projects/core/src/button/button.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ import styles from './button.css?inline';
11
11
/**
12
12
* @element nve-button
13
13
* @description A button is a widget that enables users to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.
0 commit comments