fix(core): update
This commit is contained in:
18
ts_web/elements/dees-chart-area.demo.ts
Normal file
18
ts_web/elements/dees-chart-area.demo.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import { html } from '@design.estate/dees-element';
|
||||
|
||||
export const demoFunc = () => {
|
||||
return html`
|
||||
<style>
|
||||
.demoBox {
|
||||
position: relative;
|
||||
background: #000000;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 40px;
|
||||
}
|
||||
</style>
|
||||
<div class="demoBox">
|
||||
<dees-chart-area></dees-chart-area>
|
||||
</div>
|
||||
`;
|
||||
};
|
Reference in New Issue
Block a user