Skip to content

Commit

Permalink
New pattern - Empty States (#1238)
Browse files Browse the repository at this point in the history
* updated empty states

* Add Empty State component

* Add test cases, still need to figure out svg testing

* Updates

* move doc file to a later PR

* update assertion method, change image prop name, remove link target

* add memo

* add Empty State export to bundle and its types

Co-authored-by: Tess Hannel <tess.hannel@Tesss-MBP.home>
Co-authored-by: Allen Kleiner <akleiner24@gmail.com>
  • Loading branch information
3 people committed Jun 30, 2021
1 parent 6d21921 commit 99af9f7
Show file tree
Hide file tree
Showing 14 changed files with 624 additions and 187 deletions.
Empty file.
3 changes: 2 additions & 1 deletion docs/utils/IA.ts
Expand Up @@ -408,9 +408,10 @@ const IA: IA = {
{
id: 'empty-states',
name: 'Empty States',
inProgress: true,
description: 'Empty States are a UI affordance for when there is no data available to display to an end-user.',
image: '/Empty State.png',
inProgress: true,

imageHighlight: '/Empty State-highlight.png',
},
{
Expand Down

0 comments on commit 99af9f7

Please sign in to comment.