Untitled
unknown
html
2 years ago
435 B
4
Indexable
<script setup> const props = defineProps(['label']) </script> <template> <label class="c--input-label txt--thin"><slot /></label> </template> <style> .c--input-label { position: absolute; width: fit-content; top: -7px; left: 10px; background-color: #fff; margin: 0; padding: 0 7px; font-size: 14px; line-height: 14px; font-weight: 500; color: var(--clr--black); z-index: 1; } </style>
Editor is loading...