DEV: add empty state placeholder to styleguide (#15617)

This commit is contained in:
Andrei Prigorshnev 2022-01-18 14:52:48 +01:00 committed by GitHub
parent 14b8cd5e17
commit bcc148556f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{{#styleguide-example title="empty-state"}}
{{empty-state
title=dummy.sentence
body=dummy.short_sentence
}}
{{/styleguide-example}}

View File

@ -81,3 +81,5 @@ en:
title: "Header Icons" title: "Header Icons"
spinners: spinners:
title: "Spinners" title: "Spinners"
empty_state:
title: "Empty State"