Raxol.Examples.Form (Raxol v2.0.1)

View Source

A simple form component for demonstrating button integration. This is a stub implementation for test compatibility.

Summary

Functions

Returns a specification to start this module under a supervisor.

Creates a new form instance.

Render function for integration with the UI system.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

handle_manager_info(msg, state)

Callback implementation for Raxol.Core.Behaviours.BaseManager.handle_manager_info/2.

new(opts \\ %{})

Creates a new form instance.

render(state, context)

Render function for integration with the UI system.

start_link(init_opts \\ [])