MscmpSystForms.WebComponents (mscmp_syst_forms v0.1.0)

A set of web components which define the standard application user interface "widgets" from which the application is built.

Summary

Containers

A generalized container component which provides layouts for and contains other user interface elements.

A specialized container component for containing extended text.

A specialized container which defines an HTML form.

A component which provides the capability to include short reference documentation in a form.

A component which defines a list of entries or other components.

Creates an list entry within an established mslist/1.

Generates a modal window.

A container component which typically encapsulates its contents with a border and provides the section a label.

Controls

Displays a simple button with which the user may interact.

Provides a three state button where the state is meant to be determined by some external condition, such as a form validation.

Inputs

A component which accepts a wide range of textually oriented user input.

Utility

A utility component which displays an exclamation mark in a circle in the presence of errors.

A small utility component which gives regularized access to "Heroicons".

Containers

Link to this function

mscontainer(assigns)

A generalized container component which provides layouts for and contains other user interface elements.

Link to this function

msdisplay(assigns)

A specialized container component for containing extended text.

Link to this function

msform(assigns)

A specialized container which defines an HTML form.

Link to this function

msinfo(assigns)

A component which provides the capability to include short reference documentation in a form.

Link to this function

mslist(assigns)

A component which defines a list of entries or other components.

Link to this function

mslistitem(assigns)

Creates an list entry within an established mslist/1.

Link to this function

msmodal(assigns)

Generates a modal window.

Link to this function

mssection(assigns)

A container component which typically encapsulates its contents with a border and provides the section a label.

Controls

Link to this function

msbutton(assigns)

Displays a simple button with which the user may interact.

Link to this function

msvalidated_button(assigns)

Provides a three state button where the state is meant to be determined by some external condition, such as a form validation.

Inputs

Link to this function

msinput(assigns)

A component which accepts a wide range of textually oriented user input.

Utility

Link to this function

msfield_errors(assigns)

A utility component which displays an exclamation mark in a circle in the presence of errors.

Link to this function

msicon(assigns)

A small utility component which gives regularized access to "Heroicons".