upmostly / modali

A delightful modal dialog component for React, built from the ground up to support React Hooks.
213 stars 23 forks source link

Add support for ClassNames library #10

Closed jcrowson closed 5 years ago

jcrowson commented 5 years ago

Right now, I'm creating dynamic class names using inline conditionals. This can sometimes litter the classname attribute with false if the conditional is, well, false.