fix(uptimelink-webwidget): Modernize element props (use accessor), bump deps, add CI/workflows, export pages and update package metadata/docs
This commit is contained in:
18
ts_web/pages/page1.ts
Normal file
18
ts_web/pages/page1.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { html } from "@design.estate/dees-element";
|
||||
|
||||
export const page1 = () => html`
|
||||
<style>
|
||||
.container {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
height: 120px;
|
||||
padding: 40px;
|
||||
width: 100%;
|
||||
background: rgba(0,0,0,0.2);
|
||||
}
|
||||
</style>
|
||||
<div class="container">
|
||||
<uptimelink-webwidget></uptimelink-webwidget>
|
||||
</div>
|
||||
`;
|
||||
Reference in New Issue
Block a user