* feat: add default sidebar * chore: add images, docs item * refactor: rename and fix styling` * feat: add new-york style * chore: move typescript to catalog * docs: fix block preview * chore: build registry, add sidebar block * docs: update sidebar demo * chore: bump radix-vue * chore: fix build
9 lines
87 B
Vue
9 lines
87 B
Vue
<script setup lang="ts">
|
|
</script>
|
|
|
|
<template>
|
|
<li>
|
|
<slot />
|
|
</li>
|
|
</template>
|