Current section
Files
Jump to
Current section
Files
lib/octantis_web/live/components/app_bridge.ex
defmodule OctantisWeb.Components.AppBridge do
@moduledoc """
These components provide an interface for Shopify AppBridge
## See:
- https://shopify.dev/docs/api/app-bridge
"""
defdelegate toast(assigns), to: OctantisWeb.Components.AppBridge.Toast
defdelegate ui_nav_menu(assigns), to: OctantisWeb.Components.AppBridge.UiNavMenu
end