API Reference SimpleForm v1.0.10
View SourceModules
SimpleForm
provides a simple representation and manipulation of structured elements,
similar to HTML or XML, using Elixir tuples and lists.
SimpleForm.Attrs
implements functions for manipulating SimpleForm attributes,
such as getting a specific attribute from a Simpleform element or list of SimpleForm attributes.
SimpleForm.Element implements functions for manipulating SimpleForm elements, such as finding one by name in a list of elements or in the children of another element.