mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
stub out theming docs
This commit is contained in:
@@ -236,4 +236,22 @@
|
||||
<li>
|
||||
<a href="/docs/theming/color">Color</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/theming/typography">Typography</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/theming/Spacing">Spacing</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/theming/borders">Borders</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/theming/corners">Corners</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/theming/shadows">Shadows</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/theming/extras">Extras</a>
|
||||
</li>
|
||||
</ul>
|
||||
7
docs/docs/theming/borders.md
Normal file
7
docs/docs/theming/borders.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Borders
|
||||
description: Configure border styles across your theme with Web Awesome's border properties.
|
||||
layout: page.njk
|
||||
---
|
||||
|
||||
coming soon!
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Color
|
||||
description: Ensure consistent color usage with readable contrast with color properties.
|
||||
description: Ensure consistent use of color and readable contrast with Web Awesome's color properties.
|
||||
layout: page.njk
|
||||
---
|
||||
|
||||
@@ -530,7 +530,7 @@ Overlays provide a backdrop to isolate content, often allowing background contex
|
||||
|
||||
### Shadow
|
||||
|
||||
Shadows indicate elevation. `--wa-color-shadow` is used in your theme's constructed shadow properties.
|
||||
Shadows indicate elevation. `--wa-color-shadow` is used to construct your theme's [shadow properties](/docs/theming/shadows).
|
||||
|
||||
| Custom Property | Preview |
|
||||
| ----------------------------- | ------------------------------- |
|
||||
@@ -540,7 +540,7 @@ Shadows indicate elevation. `--wa-color-shadow` is used in your theme's construc
|
||||
|
||||
#### Focus
|
||||
|
||||
Web Awesome uses a single, consistent focus color for predictable keyboard navigation. This is used alongside your focus custom properties to construct `--wa-focus-ring`. We recommend a minimum 3:1 contrast ratio against surface colors and background colors wherever possible.
|
||||
Web Awesome uses a single, consistent focus color for predictable keyboard navigation. This is used alongside your [focus properties](/docs/theming/extras) to construct `--wa-focus-ring`. We recommend a minimum 3:1 contrast ratio against surface colors and background colors wherever possible.
|
||||
|
||||
| Custom Property | Preview |
|
||||
| ----------------------------- | ------------------------------- |
|
||||
|
||||
7
docs/docs/theming/corners.md
Normal file
7
docs/docs/theming/corners.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Corners
|
||||
description: Sharpen or soften the appearance of your components with Web Awesome's corner properties.
|
||||
layout: page.njk
|
||||
---
|
||||
|
||||
coming soon!
|
||||
11
docs/docs/theming/extras.md
Normal file
11
docs/docs/theming/extras.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
title: Extras
|
||||
description: The bonus Web Awesome properties you need to customize every nook and cranny.
|
||||
layout: page.njk
|
||||
---
|
||||
|
||||
## Focus
|
||||
|
||||
## Links
|
||||
|
||||
## Z-index
|
||||
7
docs/docs/theming/shadows.md
Normal file
7
docs/docs/theming/shadows.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Shadows
|
||||
description: Elevate your components with Web Awesome's shadow properties.
|
||||
layout: page.njk
|
||||
---
|
||||
|
||||
coming soon!
|
||||
7
docs/docs/theming/spacing.md
Normal file
7
docs/docs/theming/spacing.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Spacing
|
||||
description: Lock down consistent spacing Web Awesome's space properties.
|
||||
layout: page.njk
|
||||
---
|
||||
|
||||
coming soon!
|
||||
7
docs/docs/theming/typography.md
Normal file
7
docs/docs/theming/typography.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Typography
|
||||
description: Get consistent font styles and vertical rhythm with Web Awesome's typography properties.
|
||||
layout: page.njk
|
||||
---
|
||||
|
||||
coming soon!
|
||||
Reference in New Issue
Block a user