Initial release
This commit is contained in:
6
src/components/Graphic.astro
Normal file
6
src/components/Graphic.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
<label for="stuff">
|
||||
<slot/>
|
||||
<div class="text-xs text-center">
|
||||
<slot name="label"/>
|
||||
</div>
|
||||
</label>
|
||||
Reference in New Issue
Block a user