Liking cljdoc? Tell your friends :D

ant.design.message

Display global messages as feedback in response to user operations.

When to use:

  • To provide feedback such as success, warning, error etc
  • A message is displayed at top and center and will be dismissed automatically, as a non-interrupting light-weighted prompt
Display global messages as feedback in response to user operations.

When to use:
  - To provide feedback such as success, warning, error etc
  - A message is displayed at top and center and will be dismissed
    automatically, as a non-interrupting light-weighted prompt
raw docstring

ant.design.notification

Display a notification message globally.

When to use: To display a notification message at any of the four corners of the viewport. Typically it can be used in the following cases: - A notification with complex content - A notification providing a feedback based on the user interaction Or it may show some details about upcoming steps the user may have to follow - A notification that is pushed by the application

Display a notification message globally.

When to use:
  To display a notification message at any of the four corners of the viewport.
  Typically it can be used in the following cases:
    - A notification with complex content
    - A notification providing a feedback based on the user interaction
      Or it may show some details about upcoming steps the user may have
      to follow
    - A notification that is pushed by the application
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close