This repository was archived by the owner on Mar 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
RFC: Dialog component #766
Copy link
Copy link
Closed
Labels
Description
Motivation
What Stardust component can be currently used?
Popup, but it is coupled with a trigger and its position is relative to the trigger.Portal, but it is too low level (and should be used by library consumers only in special cases).
Other libraries
To investigate/discuss
- what are the placement options
- center of the screen?
- top of the screen?
- center of an element?
- SemanticUI: center or top of the screen
- what are the sizing options?
- SemanticUI:
mini,tiny,small,large,fullscreen- changes dialog width
- SemanticUI:
- should it have header and footer?
- SemanticUI: yes,
Header,Actions
- SemanticUI: yes,
- should it be always modal?
- SemanticUI: always
- should it display an overlay?
- always, never, configurable, if modal?
- what color?
- SemanticUI: always (called dimmer) -
true,inverted,blurring
Reactions are currently unavailable
