mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
building initial page
This commit is contained in:
@@ -384,7 +384,7 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/patterns/layout/">Layouts</a>
|
||||
<a href="/docs/patterns/layouts/">Layouts</a>
|
||||
<wa-badge class="pro" appearance="accent" attention="none">PRO</wa-badge>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
11
docs/assets/examples/layouts/ecommerce-1.html
Normal file
11
docs/assets/examples/layouts/ecommerce-1.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
dfd
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,3 +4,9 @@ description: ''
|
||||
icon: checkbox
|
||||
isPro: true
|
||||
---
|
||||
|
||||
<p>
|
||||
<wa-button href="/assets/examples/layouts/ecommerce-1.html" target="_blank">
|
||||
Open demo in a new window
|
||||
</wa-button>
|
||||
</p>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Layout
|
||||
description:
|
||||
title: Layouts
|
||||
description: Customizable templates to help get your storefront, app, or website up and running at light speed.
|
||||
parent: patterns
|
||||
layout: overview
|
||||
override:tags: []
|
||||
|
||||
Reference in New Issue
Block a user