Anduin Design
Components

Modal

Modals, sometimes called "dialogs", appear above the page and require the user''s immediate attention.

Modal(  title = "Hello World",  renderTarget = open => Button(onClick = open)("Open a Modal"),  renderContent = _ => ModalBody()("This is Modal's content"))()