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 %} Just want the styles? - Check out {{ ('/docs/essentials/' + essentials + '/') | getTitleFromUrl }} essentials! + Check out {{ ('/docs/natives/' + natives + '/') | getTitleFromUrl }} natives! {% endif %} {% endblock %} diff --git a/docs/_layouts/element.njk b/docs/_layouts/element.njk index fef05407a..2dafd6767 100644 --- a/docs/_layouts/element.njk +++ b/docs/_layouts/element.njk @@ -48,7 +48,7 @@ {# Slots #} {% if css_file %}

Using these styles

-

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: "": https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog diff --git a/docs/docs/natives/input.md b/docs/docs/natives/input.md index 058f52ad6..f4c5a854f 100644 --- a/docs/docs/natives/input.md +++ b/docs/docs/natives/input.md @@ -1,6 +1,6 @@ --- title: Form Inputs -tags: essentials +tags: natives layout: element component: - input diff --git a/docs/docs/natives/lists.md b/docs/docs/natives/lists.md index 0a0ef46b4..a301fcdea 100644 --- a/docs/docs/natives/lists.md +++ b/docs/docs/natives/lists.md @@ -1,6 +1,6 @@ --- title: Lists -tags: essentials +tags: natives layout: element elements: "