0.4.13 • Published 5 months ago

dx-ui-react v0.4.13

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Logo

DeltaX Design System

This is a design system developed by DeltaX for building our proprietary platform.


How To Use?

DxToast

Initially, the toast was designed to detect state through a Provider, allowing it to appear based on the state. However, this approach had a limitation—it could only be used in .tsx files and not in plain .ts files. Given the nature of toasts, they are often triggered by errors in API logic, which might be separated into non-.tsx files. To address this limitation, the design was revised to implement toasts as functions, enabling them to be used universally across all file types.

export interface IDxToast extends IHandlerEvents {
  id: string;
  icon?: React.ReactNode;
  title: string;
  description?: string;
  duration?: number;
  type?: IToastType;
  isEnableManualClose?: boolean;
  align?: 'center' | 'left';
}

export interface IHandlerEvents {
  onUndo?: () => void;
  onConfirm?: () => void;
  onCloseAfter?: () => void;
}

dxToast({});

dxToast


Developer

  • Turing
  • Woo ByungHyun

Designer

  • Je Min-gyu
  • Choi Seo-yoon
0.4.13

5 months ago

0.4.12

5 months ago

0.4.10

5 months ago

0.4.11

5 months ago

0.4.9

5 months ago

0.4.8

5 months ago

0.4.5

6 months ago

0.4.4

6 months ago

0.4.7

5 months ago

0.4.6

6 months ago

0.4.3

6 months ago

0.4.2

6 months ago

0.4.1

6 months ago

0.3.9

6 months ago

0.1.0

6 months ago

0.3.0

6 months ago

0.2.1

6 months ago

0.1.2

6 months ago

0.2.0

6 months ago

0.1.1

6 months ago

0.2.7

6 months ago

0.1.8

6 months ago

0.0.9

6 months ago

0.3.5

6 months ago

0.2.6

6 months ago

0.1.7

6 months ago

0.0.8

6 months ago

0.3.8

6 months ago

0.2.9

6 months ago

0.3.7

6 months ago

0.2.8

6 months ago

0.1.9

6 months ago

0.3.2

6 months ago

0.2.3

6 months ago

0.1.4

6 months ago

0.4.0

6 months ago

0.3.1

6 months ago

0.2.2

6 months ago

0.1.3

6 months ago

0.3.4

6 months ago

0.2.5

6 months ago

0.1.6

6 months ago

0.0.7

6 months ago

0.3.3

6 months ago

0.2.4

6 months ago

0.1.5

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.2

6 months ago

0.0.1

7 months ago

0.0.0

7 months ago