Documentation ¶ Index ¶ type Footer func (f *Footer) OnMount(ctx app.Context) func (f *Footer) Render() app.UI type Header func (h *Header) OnAppInstallChange(ctx app.Context) func (h *Header) OnAppUpdate(ctx app.Context) func (h *Header) OnMount(ctx app.Context) func (h *Header) Render() app.UI Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Footer ¶ type Footer struct { app.Compo // contains filtered or unexported fields } func (*Footer) OnMount ¶ func (f *Footer) OnMount(ctx app.Context) func (*Footer) Render ¶ func (f *Footer) Render() app.UI bottom navbar type Header ¶ type Header struct { app.Compo // contains filtered or unexported fields } func (*Header) OnAppInstallChange ¶ func (h *Header) OnAppInstallChange(ctx app.Context) func (*Header) OnAppUpdate ¶ func (h *Header) OnAppUpdate(ctx app.Context) func (*Header) OnMount ¶ func (h *Header) OnMount(ctx app.Context) func (*Header) Render ¶ func (h *Header) Render() app.UI top navbar Source Files ¶ View all Source files action_handlers.go content.go event_handlers.go render.go toast.go Click to show internal directories. Click to hide internal directories.