Modules
A minimal PhoenixKit plugin module — use this as a starting point for your own.
Centralized path helpers for the Hello World module.
Route module for complex routing needs.
Showcase of PhoenixKit core components.
Activity events feed for the Hello World module.
Admin LiveView for the Hello World plugin module — the "landing page" of the showcase.
The reference dashboard widget — a live example of every capability in the
phoenix_kit_dashboards widget API, in one component. If you're writing a
widget for your own module, copy this file and the definition in
PhoenixKitHelloWorld.phoenix_kit_widgets/0.
A hands-on tour of the PhoenixKit notification system.
The reference project-extension tab — the render side of the
phoenix_kit_project_extensions/0 contract (see that function in
PhoenixKitHelloWorld for the catalog side; copy the pair when adding a
project tab to your module).
Mix Tasks
Checks every installed PhoenixKit module's migration coordinator against the
rules in lib/phoenix_kit_hello_world/migrations.ex.