David Vogel
e722ae1d2b
- Add and update example pages - Add example address component - Add vugu data tags to struct fields - Fix some button padding values - Remove debug log line - Fix background color of the sidebar menu
19 lines
351 B
Plaintext
19 lines
351 B
Plaintext
<div>
|
|
<layout:Container>
|
|
<h1>Icons</h1>
|
|
<p>An overview of all available icons:</p>
|
|
<main:ComponentIcons style="font-size: 2em;"></main:ComponentIcons>
|
|
</layout:Container>
|
|
</div>
|
|
|
|
<style>
|
|
</style>
|
|
|
|
<script type="application/x-go">
|
|
import (
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/components/layout"
|
|
)
|
|
|
|
type PageIcons struct {}
|
|
</script>
|