Skip to content

v1.6.0

Compare
Choose a tag to compare
@jonambas jonambas released this 04 Oct 17:44
· 1595 commits to main since this release

Adds the EmptyState component.

Example usage:

<EmptyState
    title='Manage your email templates'
    action={{ content: 'Create Template', onClick: action('Create Template') }}
    secondaryAction={{ content: 'Learn More', onClick: action('Learn More') }}>
      <p>Build, test, preview and send your transmissions.</p>
</EmptyState>