diff --git a/docs/_includes/search.njk b/docs/_includes/search.njk index 4007def7c..8448870af 100644 --- a/docs/_includes/search.njk +++ b/docs/_includes/search.njk @@ -1,4 +1,4 @@ - +
{# Header #}
diff --git a/docs/docs/components/dialog.md b/docs/docs/components/dialog.md index 9a76105bd..b1f6ef8e5 100644 --- a/docs/docs/components/dialog.md +++ b/docs/docs/components/dialog.md @@ -27,19 +27,20 @@ keywords: modal ## Examples -### Dialog with Header +### Dialog without Header -Headers can be used to display titles and more. Use the `with-header` attribute to add a header to the dialog. +Headers are enabled by default. To render a dialog without a header, add the `without-header` attribute. ```html {.example} - + Lorem ipsum dolor sit amet, consectetur adipiscing elit. + Close Open Dialog