first steps on login form
This commit is contained in:
15
resources/js/pages/Login.vue
Normal file
15
resources/js/pages/Login.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<main class="bg-slate-50 h-screen flex justify-center">
|
||||
<div class="m-auto bg-white p-4 border rounded space-y-4 drop-shadow">
|
||||
<h1 class="text-center text-lg font-bold">Login</h1>
|
||||
<n-input>
|
||||
|
||||
</n-input>
|
||||
|
||||
<n-input>
|
||||
|
||||
</n-input>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</template>
|
||||
Reference in New Issue
Block a user