Documentation ¶
Index ¶
- func NewStepModal(props NewStepModalProps) htmx.Node
- func NewWorkflowModal() htmx.Node
- func WorkflowStep(props WorkflowStepProps, children ...htmx.Node) htmx.Node
- func WorkflowsTable(props WorkflowsTableProps, children ...htmx.Node) htmx.Node
- type NewStepModalProps
- type NewWorkflowModalProps
- type WorkflowStepProps
- type WorkflowsTableProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStepModal ¶ added in v0.1.24
func NewStepModal(props NewStepModalProps) htmx.Node
NewStepModal ...
func WorkflowStep ¶ added in v0.1.24
func WorkflowStep(props WorkflowStepProps, children ...htmx.Node) htmx.Node
WorkflowStep ...
func WorkflowsTable ¶
func WorkflowsTable(props WorkflowsTableProps, children ...htmx.Node) htmx.Node
WorkflowsTable ...
Types ¶
type NewStepModalProps ¶ added in v0.1.24
NewStepModalProps ...
type NewWorkflowModalProps ¶ added in v0.1.23
type NewWorkflowModalProps struct{}
NewWorkflowModalProps ...
type WorkflowStepProps ¶ added in v0.1.24
type WorkflowStepProps struct { ClassNames htmx.ClassNames State models.WorkflowState WorkflowID uuid.UUID }
WorkflowStepProps ...
Click to show internal directories.
Click to hide internal directories.