upmostly / modali

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

v1.1.0 #4

Closed jcrowson closed 5 years ago

jcrowson commented 5 years ago

Includes plenty of new functionality for more customization props, including:

Also adds a brand new component, <Modali.Button /> for providing a great looking button, out of the box.

This, unfortunately, does provide breaking changes. The <Modali /> component is now called <Modali.Modal />

This closes #3.