mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
renamed some files
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Button
|
||||
description: Buttons represent actions that are available to the user.
|
||||
tags: component
|
||||
essentials: button
|
||||
natives: button
|
||||
---
|
||||
|
||||
```html {.example}
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Input
|
||||
description: Inputs collect data from the user.
|
||||
tags: component
|
||||
essentials: input
|
||||
natives: input
|
||||
---
|
||||
|
||||
```html {.example}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Button
|
||||
tags: essentials
|
||||
tags: natives
|
||||
layout: element
|
||||
component: button
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Content
|
||||
tags: essentials
|
||||
tags: natives
|
||||
layout: element
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Details
|
||||
tags: essentials
|
||||
tags: natives
|
||||
layout: element
|
||||
component: details
|
||||
elements:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Form Inputs
|
||||
tags: essentials
|
||||
tags: natives
|
||||
layout: element
|
||||
component:
|
||||
- input
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user