add new webcomponent "fullwidth" layout

This commit is contained in:
lesion
2022-02-01 12:48:14 +01:00
parent f4a0ef5d35
commit 40bab39965
6 changed files with 626 additions and 175 deletions

View File

@@ -7,10 +7,11 @@
<title>Gancio Events Custom Element Demo</title>
</head>
<body>
<gancio-events baseurl='http://localhost:13120' title='Gancio' theme='light'></gancio-events>
<gancio-events baseurl='https://demo.gancio.org' title='demo' theme='light' show_recurrent='true'></gancio-events>
<br/>
<gancio-events baseurl='http://localhost:13120' title='Gancio' theme='dark'></gancio-events>
<gancio-events baseurl='https://gancio.cisti.org' title='La punta' theme='dark' show_recurrent='true'></gancio-events>
<br/>
<gancio-events baseurl='https://gancio.cisti.org' sidebar='false' show_recurrent='true'></gancio-events>
<!-- <gancio-event id=1 baseurl='http://localhost:13120'></gancio-event> -->
<script type="module" src="/src/main.js"></script>
</body>