New UI Components
This commit is contained in:
@@ -0,0 +1 @@
|
||||
component PageShell { props { className = "" } view { <div class="min-h-screen bg-white text-slate-950 antialiased selection:bg-violet-200 dark:bg-slate-950 dark:text-white dark:selection:bg-violet-800 {className}"><slot /></div> } }
|
||||
Reference in New Issue
Block a user