View Source PetalComponents.Helpers (petal_components v1.0.2)
Module for constructing dynamic class names
Link to this section Summary
Functions
Builds a class string from a given input list by joining them together
Link to this section Functions
Builds a class string from a given input list by joining them together
This code was taken from Elixirs Enum.join/2
function and optimized for
building class name (e.g removing empty strings and joining with " " by default)