@gagmuradyan/classnames
v1.0.1
Published
A zero dependency helper for composing className string from provided multiple classes.
Readme
Classnames
This is a simple, zero-dependency library, it provides a single function that
takes string, undefined, null, boolean type varargs and returns a string with all falsy values removed,
deduplicated and
the rest joined with a space.
