update
This commit is contained in:
@@ -4,18 +4,18 @@ export const demo = () => html`
|
||||
<style>
|
||||
.demo-container {
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
height: 100%;
|
||||
background: hsl(240 10% 4%);
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
<div class="demo-container">
|
||||
<eco-peripherals
|
||||
<eco-view-peripherals
|
||||
.activeCategory=${'all'}
|
||||
@device-select=${(e: CustomEvent) => console.log('Device selected:', e.detail)}
|
||||
@scan-start=${() => console.log('Scanning started')}
|
||||
@scan-complete=${() => console.log('Scanning complete')}
|
||||
></eco-peripherals>
|
||||
></eco-view-peripherals>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user