feat: create keyline component

This commit is contained in:
Zack Spear
2023-05-31 14:13:47 -07:00
parent 95acaa25dd
commit 107f4d1cf4
+3
View File
@@ -0,0 +1,3 @@
<template>
<hr class="w-full h-2px bg-gradient-to-r from-red to-orange shadow-none border-none rounded" />
</template>