boron icon indicating copy to clipboard operation
boron copied to clipboard

Adds duration to modals

Open Jaywaa opened this issue 6 years ago • 0 comments

Adds prop duration in milliseconds before a modal hides itself.

Value of undefined or -1 naturally does not trigger a hide()

<FadeModal ref="TaskComplete" duration={5000} />

Jaywaa avatar Apr 23 '18 14:04 Jaywaa