mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
.
This commit is contained in:
12
lyx-ui/app.vue
Normal file
12
lyx-ui/app.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="p-10 bg-gray-700">
|
||||
<LyxUiCard>
|
||||
<div class="flex gap-4 items-center">
|
||||
<LyxUiButton type="primary"> primary </LyxUiButton>
|
||||
<LyxUiButton type="secondary"> secondary </LyxUiButton>
|
||||
<LyxUiButton type="outline"> outline </LyxUiButton>
|
||||
<LyxUiButton type="danger"> danger </LyxUiButton>
|
||||
</div>
|
||||
</LyxUiCard>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user