This is a library to help easily set-up dynamic select-boxes. A dynamic select-box's choices depend on the value of another select-box. This helps you configure these boxes using simple Javascript ...
Simply wrap all components that should display dialog boxes with the DialogProvider component, e.g. by wrapping your router with it.