Features

Key features that make up the main value proposition for Lore

Dialogs

Useful for launching a user experience outside the UI of the main application. You can think of dialogs as mini-apps that you launch to perform a task, and that you may need to reuse in multiple places in the application.

The behavior of dialogs tends to be fairly similar across applications, but the visual appearance and content can drastically based on an application's branding.

Because of that, Lore doesn't provide a built-in solution for dialogs per se, but there's a side-project called lore-forms that illustrates some patterns for building dialogs that you may find helpful. It also includes implementations of those patterns for the Bootstrap and Material UI component libraries.

You can read more about lore-forms here.