update
This commit is contained in:
25
ts_web/elements/upl-statuspage-pagetitle.demo.ts
Normal file
25
ts_web/elements/upl-statuspage-pagetitle.demo.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { html } from '@design.estate/dees-element';
|
||||
|
||||
export const demoFunc = () => html`
|
||||
<style>
|
||||
.demo-container {
|
||||
background: #fafafa;
|
||||
padding: 40px 0;
|
||||
min-height: 400px;
|
||||
}
|
||||
</style>
|
||||
<div class="demo-container">
|
||||
<upl-statuspage-pagetitle
|
||||
.pageTitle=${'System Status'}
|
||||
.pageSubtitle=${'Real-time operational status and incident reports for all services'}
|
||||
></upl-statuspage-pagetitle>
|
||||
|
||||
<br>
|
||||
|
||||
<upl-statuspage-pagetitle
|
||||
.pageTitle=${'API Documentation'}
|
||||
.pageSubtitle=${'Comprehensive guides and references for integrating with our platform'}
|
||||
.centered=${true}
|
||||
></upl-statuspage-pagetitle>
|
||||
</div>
|
||||
`;
|
||||
Reference in New Issue
Block a user