diff --git a/docs/_layouts/patterns.njk b/docs/_layouts/patterns.njk index 0e664aea9..4bd2bd527 100644 --- a/docs/_layouts/patterns.njk +++ b/docs/_layouts/patterns.njk @@ -1,5 +1,5 @@ {% extends '../_layouts/block.njk' %} {% block head %} - + {% endblock %} \ No newline at end of file diff --git a/docs/docs/patterns/app/action-panel.md b/docs/docs/patterns/app/action-panel.md index 419a50cd9..9cad43ff2 100644 --- a/docs/docs/patterns/app/action-panel.md +++ b/docs/docs/patterns/app/action-panel.md @@ -1,40 +1,44 @@ --- title: Action Panel -description: 'These patterns help add user actions to dashboards' +description: 'Help users complete tasks efficiently with quick access to key actions.' icon: action-panel --- ## Simple ```html {.example} - -
+ + ``` -## with right flank + +## With Flanked Button + ```html {.example} - + ``` -## with switch + +## With Switch + ```html {.example} - -