diff --git a/docs/src/content/docs/experimental/patterns.md b/docs/src/content/docs/experimental/patterns.md index 526dd85c8..2bc5897bb 100644 --- a/docs/src/content/docs/experimental/patterns.md +++ b/docs/src/content/docs/experimental/patterns.md @@ -2,110 +2,3 @@ title: Patterns description: TODO --- - -Adding the `wa-valid` or `wa-invalid` class to a form control will change its appearance. This is useful for applying validation styles to server-rendered form controls. - -## Blog - -### Test - -```html:preview - - Lorem ipsum dolor sit amet, consectetur adipiscing elit. - Close - - -Open Drawer - - -``` - -## Hero - -```html:preview -HI - -``` - -## E-commerce - -### Shopping Cart - -### Product Overview - -### Product List - -### Promo Section - -### Order Summaries - -### Reviews - -### Product Features - -### Category Section - -### Store Navigation - -### Order History - -### Incentives - -```html:preview - - - -``` - -
-
-

Valid

-
- -
-
-
-

-
-

-
- Submit Form -
-
-

Invalid

-
- -
-
-
-

-
-

-
- Submit Form -
-
-```