Skip to content

Commit 564bda3

Browse files
committed
Removed switch class (it got moved to makeup-js)
1 parent c972db0 commit 564bda3

30 files changed

Lines changed: 6869 additions & 908 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# makeup-ui
1+
# makeup-web-components (archived)
22

3-
Experimental testing ground for accessible UI components.
3+
Experimental testing ground for accessible web components built on top of [makeup-js](https://github.com/makeup/makeup-js).
44

5-
## UI Components
5+
## Client-Side Web Components (archived)
66

7-
* Switch: [readme](packages/makeup-switch-class) | [source](packages/makeup-switch-class/src/index.js) | [demo](https://makeup.github.io/makeup-ui/makeup-switch-class/index.html)
7+
* Switch: [source](packages/makeup-switch-element/src/index.js) | [demo](https://makeup.github.io/makeup-ui/makeup-switch-element/index.html)
88

9-
## Experiments (archived)
9+
## Server-Side Web Components (archived)
1010

11-
* Switch Web Component: [readme](packages/makeup-switch-element) | [source](packages/makeup-switch-element/src/index.js) | [demo](https://makeup.github.io/makeup-ui/makeup-switch-element/index.html)
12-
* Switch Web Component SSR: [readme](packages/makeup-switch-element) | [source](packages/makeup-switch-element/src/index.js) | [demo](https://makeup.github.io/makeup-ui/makeup-switch-element/index.html)
11+
NOTE: the origin-trial certificate that enable these SSR experiments has expired.
12+
13+
* Switch SSR: [source](packages/makeup-switch-element-ssr/src/index.js) | [demo](https://makeup.github.io/makeup-ui/makeup-switch-element-ssr/index.html)

docs/index.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<title>makeup-ui demo</title>
4+
<title>makeup-web-components demo (archived)</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1"/>
66
<link rel="icon" href="favicon.ico" type="image/x-icon">
77
</head>
88
<body>
99
<main role="main">
10-
<h1>makeup-ui demo</h1>
11-
<h2>UI Components (SSR)</h2>
12-
<ul>
13-
<li><a href="makeup-switch-class/index.html">makeup-switch-class</a></li>
14-
</ul>
15-
16-
<h2>Web Components (client-side only)</h2>
10+
<h1>makeup-web-components demo (archived)</h1>
1711
<ul>
1812
<li><a href="makeup-switch-element/index.html">makeup-switch-element</a></li>
1913
</ul>

docs/makeup-switch-class/index.compiled.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/makeup-switch-class/index.html

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/makeup-switch-class/index.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/makeup-switch-class/index.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/makeup-switch-class/index.min.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)