Layout components for the PgFlow Dashboard.
See PgFlowDashboard.Hooks for information on installing the JavaScript hooks
required for interactive features (dark mode, keyboard shortcuts).
Summary
Functions
Dashboard layout with sidebar navigation.
Navigation link component.
Page header component.
Functions
Dashboard layout with sidebar navigation.
Requires the following hooks to be registered with LiveSocket:
- DarkMode
- KeyboardShortcuts
- ShortcutsModal
- MobileMenu
See PgFlowDashboard.Hooks for installation instructions.
Attributes
current_page(:atom) (required)base_path(:string) - Defaults to"/pgflow".
Slots
inner_block(required)
Page header component.
Attributes
title(:string) (required)subtitle(:string) - Defaults tonil.
Slots
actions