renamed some files

This commit is contained in:
Kelsey Jackson
2024-12-18 20:40:35 -06:00
parent a13be817db
commit ed10f36b28
15 changed files with 16 additions and 16 deletions

View File

@@ -23,11 +23,11 @@
<p class="summary">
{{ component.summary | inlineMarkdown | safe }}
</p>
{% if essentials %}
{% if natives %}
<wa-callout variant="success">
<wa-icon slot="icon" name="lightbulb" variant="regular"></wa-icon>
Just want the styles?
Check out <a href="/docs/essentials/{{ essentials }}/">{{ ('/docs/essentials/' + essentials + '/') | getTitleFromUrl }} essentials</a>!
Check out <a href="/docs/natives/{{ natives }}/">{{ ('/docs/natives/' + natives + '/') | getTitleFromUrl }} natives</a>!
</wa-callout>
{% endif %}
{% endblock %}

View File

@@ -48,7 +48,7 @@
{# Slots #}
{% if css_file %}
<h2>Using these styles</h2>
<p>If you want to use these styles without using the entirety of Web Awesome Essentials, you can include the following CSS files:</p>
<p>If you want to use these styles without using the entirety of Web Awesome Natives, you can include the following CSS files:</p>
{% endif %}

View File

@@ -2,7 +2,7 @@
title: Button
description: Buttons represent actions that are available to the user.
tags: component
essentials: button
natives: button
---
```html {.example}

View File

@@ -2,7 +2,7 @@
title: Details
description: Details show a brief summary and expand to show additional content.
tags: component
essentials: details
natives: details
---
<!-- cspell:dictionaries lorem-ipsum -->

View File

@@ -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
---
<!-- cspell:dictionaries lorem-ipsum -->

View File

@@ -2,7 +2,7 @@
title: Input
description: Inputs collect data from the user.
tags: component
essentials: input
natives: input
---
```html {.example}

View File

@@ -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}

View File

@@ -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}

View File

@@ -1,6 +1,6 @@
---
title: Button
tags: essentials
tags: natives
layout: element
component: button
---

View File

@@ -1,6 +1,6 @@
---
title: Content
tags: essentials
tags: natives
layout: element
---

View File

@@ -1,6 +1,6 @@
---
title: Details
tags: essentials
tags: natives
layout: element
component: details
elements:

View File

@@ -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:
"<dialog>": https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog

View File

@@ -1,6 +1,6 @@
---
title: Form Inputs
tags: essentials
tags: natives
layout: element
component:
- input

View File

@@ -1,6 +1,6 @@
---
title: Lists
tags: essentials
tags: natives
layout: element
elements:
"<ul>": https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul

View File

@@ -1,6 +1,6 @@
---
title: Table
tags: essentials
tags: natives
layout: element
elements:
"<table>": https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table