diff --git a/docs/docs/native/button.md b/docs/docs/native/button.md index 532cbdc88..468a5267a 100644 --- a/docs/docs/native/button.md +++ b/docs/docs/native/button.md @@ -1,5 +1,6 @@ --- title: Button +description: 'Button styles apply your Web Awesome theme to native HTML buttons. Buttons are activated by users to perform actions, such as submitting a form.' tags: native layout: element component: button diff --git a/docs/docs/native/content.md b/docs/docs/native/content.md index 7dd591652..b53513146 100644 --- a/docs/docs/native/content.md +++ b/docs/docs/native/content.md @@ -1,5 +1,6 @@ --- title: Content +description: 'Content styles apply your Web Awesome theme to HTML text content, code, and images.' tags: native layout: element --- diff --git a/docs/docs/native/details.md b/docs/docs/native/details.md index 0b9febd88..a21b9b7e0 100644 --- a/docs/docs/native/details.md +++ b/docs/docs/native/details.md @@ -1,5 +1,6 @@ --- title: Details +description: 'Details styles apply your Web Awesome theme to the HTML `
` element. Details show a brief summary and expand to show additional content.' tags: native layout: element component: details @@ -7,8 +8,6 @@ elements: "
": https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details --- -Details show a brief summary and expand to show additional content. - ```html {.example}
Tincidunt nunc pulvinar diff --git a/docs/docs/native/dialog.md b/docs/docs/native/dialog.md index e6b8336d2..31f9cde7b 100644 --- a/docs/docs/native/dialog.md +++ b/docs/docs/native/dialog.md @@ -1,6 +1,6 @@ --- title: Dialog -description: 'Dialogs, sometimes called "modals", appear above the page and require the user''s immediate attention.' +description: 'Dialog styles apply your Web Awesome theme to the HTML `` element. Dialogs, also called "modals", appear above the page and interrupt a user''s focus.' tags: native layout: element elements: diff --git a/docs/docs/native/index.md b/docs/docs/native/index.md index 522fa6d98..69f123170 100644 --- a/docs/docs/native/index.md +++ b/docs/docs/native/index.md @@ -1,6 +1,6 @@ --- title: Native Styles -description: Web Awesome Native Styles use your theme to style native HTML elements to match the look and feel of Web Awesome components. +description: Native Styles use your theme to style native HTML elements to match the look and feel of Web Awesome components. layout: page-outline --- diff --git a/docs/docs/native/input.md b/docs/docs/native/input.md index a1d39d291..b6ac2a918 100644 --- a/docs/docs/native/input.md +++ b/docs/docs/native/input.md @@ -1,5 +1,6 @@ --- title: Form Inputs +description: 'Form input styles apply your Web Awesome theme to HTML elements like text fields, checkboxes, and more. Form inputs are interactive, allowing users to enter data or control an interface.' tags: native layout: element component: diff --git a/docs/docs/native/lists.md b/docs/docs/native/lists.md index 17a848dbf..209f27aa5 100644 --- a/docs/docs/native/lists.md +++ b/docs/docs/native/lists.md @@ -1,5 +1,6 @@ --- title: Lists +description: 'List styles apply your Web Awesome theme to HTML lists, such as bulleted, numbered, or description lists.' tags: native layout: element elements: diff --git a/docs/docs/native/table.md b/docs/docs/native/table.md index 8e2a26a2b..e5e1fff37 100644 --- a/docs/docs/native/table.md +++ b/docs/docs/native/table.md @@ -1,5 +1,6 @@ --- title: Table +description: 'Table styles apply your Web Awesome theme to the HTML table content. Tables structure data in rows and columns, making it easy to look up information in a complex data set.' tags: native layout: element elements: