Next: (hygguile components button), Up: API
Undocumented procedure.
Return a sorted, space-separated string of unique class names from xs.
Takes a list of symbols xs, removes any duplicates, converts them to strings, sorts them alphabetically, and returns them as a single, space-separated string. This is useful for creating a canonical CSS class attribute value.
If xs is the empty list, an empty string is returned.
A list of symbols.
(mk-class '(input button primary input)) ⇒ "button input primary" (mk-class '(baz foo bar)) ⇒ "bar baz foo" (mk-class '()) ⇒ ""
Undocumented procedure.
Undocumented procedure.
Undocumented procedure.
Undocumented procedure.