Skip to content

Instantly share code, notes, and snippets.

View benceszenassy's full-sized avatar

benceszenassy

View GitHub Profile
@benceszenassy
benceszenassy / CvActionableNotification.ts
Created June 14, 2024 11:45
custom-element-vue-wrapper for IBM carbon thinkering
export type CvActionableNotificationProps = HTMLElement & {
/** Inline notification type. */
inline?: boolean;
/** Specify if pressing the escape key should close notifications */
closeOnEscape?: boolean;
/** Specify if focus should be moved to the component when the notification contains actions */
hasFocus?: boolean;