diff --git a/docs/_layouts/component.njk b/docs/_layouts/component.njk index f559ce511..4ae1b6037 100644 --- a/docs/_layouts/component.njk +++ b/docs/_layouts/component.njk @@ -23,11 +23,11 @@
{{ component.summary | inlineMarkdown | safe }}
- {% if essentials %} + {% if natives %}If you want to use these styles without using the entirety of Web Awesome Essentials, you can include the following CSS files:
+If you want to use these styles without using the entirety of Web Awesome Natives, you can include the following CSS files:
{% endif %} diff --git a/docs/docs/components/button.md b/docs/docs/components/button.md index 28a795391..8806fcf4c 100644 --- a/docs/docs/components/button.md +++ b/docs/docs/components/button.md @@ -2,7 +2,7 @@ title: Button description: Buttons represent actions that are available to the user. tags: component -essentials: button +natives: button --- ```html {.example} diff --git a/docs/docs/components/details.md b/docs/docs/components/details.md index 15a713287..a2158c406 100644 --- a/docs/docs/components/details.md +++ b/docs/docs/components/details.md @@ -2,7 +2,7 @@ title: Details description: Details show a brief summary and expand to show additional content. tags: component -essentials: details +natives: details --- diff --git a/docs/docs/components/dialog.md b/docs/docs/components/dialog.md index ed9f90aae..d6a6bedf8 100644 --- a/docs/docs/components/dialog.md +++ b/docs/docs/components/dialog.md @@ -2,7 +2,7 @@ title: Dialog description: 'Dialogs, sometimes called "modals", appear above the page and require the user''s immediate attention.' tags: component -essentials: dialog +natives: dialog --- diff --git a/docs/docs/components/input.md b/docs/docs/components/input.md index c293d0e9f..04824dea8 100644 --- a/docs/docs/components/input.md +++ b/docs/docs/components/input.md @@ -2,7 +2,7 @@ title: Input description: Inputs collect data from the user. tags: component -essentials: input +natives: input --- ```html {.example} diff --git a/docs/docs/components/select.md b/docs/docs/components/select.md index f6b3b78a5..ef1671038 100644 --- a/docs/docs/components/select.md +++ b/docs/docs/components/select.md @@ -2,7 +2,7 @@ title: Select description: Selects allow you to choose items from a menu of predefined options. tags: component -essentials: input +natives: input --- ```html {.example} diff --git a/docs/docs/components/textarea.md b/docs/docs/components/textarea.md index a01c4b774..c1644889f 100644 --- a/docs/docs/components/textarea.md +++ b/docs/docs/components/textarea.md @@ -2,7 +2,7 @@ title: Textarea description: Textareas collect data from the user and allow multiple lines of text. tags: component -essentials: input +natives: input --- ```html {.example} diff --git a/docs/docs/natives/button.md b/docs/docs/natives/button.md index 4fbb1326a..de22e7711 100644 --- a/docs/docs/natives/button.md +++ b/docs/docs/natives/button.md @@ -1,6 +1,6 @@ --- title: Button -tags: essentials +tags: natives layout: element component: button --- diff --git a/docs/docs/natives/content.md b/docs/docs/natives/content.md index 088c66297..c8c2f0751 100644 --- a/docs/docs/natives/content.md +++ b/docs/docs/natives/content.md @@ -1,6 +1,6 @@ --- title: Content -tags: essentials +tags: natives layout: element --- diff --git a/docs/docs/natives/details.md b/docs/docs/natives/details.md index 4090865f6..9f136e8f7 100644 --- a/docs/docs/natives/details.md +++ b/docs/docs/natives/details.md @@ -1,6 +1,6 @@ --- title: Details -tags: essentials +tags: natives layout: element component: details elements: diff --git a/docs/docs/natives/dialog.md b/docs/docs/natives/dialog.md index e34535088..cac635ba0 100644 --- a/docs/docs/natives/dialog.md +++ b/docs/docs/natives/dialog.md @@ -1,7 +1,7 @@ --- title: Dialog description: 'Dialogs, sometimes called "modals", appear above the page and require the user''s immediate attention.' -tags: essentials +tags: natives layout: element elements: "