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
- add small inline preview of the component to the card
- large components like monaco have small mock html/css inlined visuals
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Copy file name to clipboardExpand all lines: projects/core/src/dialog/dialog.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ import styles from './dialog.css?inline';
21
21
22
22
/**
23
23
* @element nve-dialog
24
-
* @description Dialog is a component that appears above main content. A modal dialog displays critical information that requires user attention and interrupts user flow. [MDN Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API)
24
+
* @description Dialog is a component that appears above main content. A modal dialog displays critical information that requires user attention and interrupts user flow.
Copy file name to clipboardExpand all lines: projects/core/src/drawer/drawer.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ import styles from './drawer.css?inline';
18
18
19
19
/**
20
20
* @element nve-drawer
21
-
* @descriptionDrawer are to display content that is out of context of the rest of the page (notifications, navigation, settings). Or use [Panel](./docs/elements/panel/) inline as its content couples with or closely relates to the content on the page (details, extra actions/options). [MDN Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API)
21
+
* @descriptionA drawer displays content separate from the rest of the page, such as notifications, navigation, and settings.
Copy file name to clipboardExpand all lines: projects/core/src/notification/notification.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ import styles from './notification.css?inline';
20
20
21
21
/**
22
22
* @element nve-notification
23
-
* @description Displays real time updates without interrupting the user's workflow to communicate an important message or status. [MDN Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API)
23
+
* @description Displays real time updates without interrupting the user's workflow to communicate an important message or status.
Copy file name to clipboardExpand all lines: projects/core/src/toast/toast.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ import styles from './toast.css?inline';
21
21
22
22
/**
23
23
* @element nve-toast
24
-
* @description A contextual popup that displays a status. Toasts are [triggered](https://w3c.github.io/aria/#tooltip) by clicking, focusing, or tapping an element and cannot have interactive elements within them. [MDN Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API)
24
+
* @description A contextual popup that displays a status. Toasts are [triggered](https://w3c.github.io/aria/#tooltip) by clicking, focusing, or tapping an element and cannot have interactive elements within them.
Copy file name to clipboardExpand all lines: projects/core/src/tooltip/tooltip.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ import styles from './tooltip.css?inline';
17
17
18
18
/**
19
19
* @element nve-tooltip
20
-
* @description A contextual popup that displays a plaintext description. Tooltips are [triggered](https://w3c.github.io/aria/#tooltip) by hovering, focusing, or tapping an element and cannot have interactive elements within them. [MDN Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API)
20
+
* @description A contextual popup that displays a plaintext description. Trigger tooltips by hovering, focusing, or tapping an element and cannot have interactive elements within them.
0 commit comments