1+ <script setup>
2+ import { Drawer } from ' geist-vaul'
3+ import ' ./drawer.css'
4+ </script >
5+
6+ <template >
7+ <Drawer .Root >
8+ <Drawer .Trigger data-trigger class =" trigger relative flex h-10 flex-shrink-0 items-center justify-center gap-2 overflow-hidden rounded-full bg-white px-4 text-sm font-medium shadow-sm transition-all hover:bg-[#FAFAFA] dark:bg-[#161615] dark:hover:bg-[#1A1A19] dark:text-white" >
9+ Open
10+ </Drawer .Trigger >
11+ <Drawer .Portal >
12+ <Drawer .Overlay data-overlay class =" fixed inset-0 bg-black/40 z-9999" />
13+ <Drawer .Content data-content class =" z-9999 bg-[#0a0a0a] flex flex-col rounded-t-[10px] mt-24 h-[80%] lg:h-[320px] fixed bottom-0 left-0 right-0 outline-none" >
14+ <div class =" new-dialog_inner" >
15+ <div class =" modal-body" >
16+ <div >
17+ <Drawer .Title class =" font-mSdium m-4 color-[#ededed]" style =" font-weight : 600 ; font-size : 18px ; margin : 24px 0 ;" >Create Token</Drawer .Title >
18+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
19+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
20+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
21+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
22+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
23+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
24+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
25+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
26+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
27+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
28+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
29+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
30+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
31+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
32+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
33+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
34+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
35+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
36+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
37+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
38+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
39+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
40+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
41+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
42+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
43+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
44+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
45+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
46+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
47+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
48+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
49+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
50+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
51+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
52+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
53+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
54+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
55+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
56+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
57+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
58+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
59+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
60+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
61+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
62+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
63+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
64+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
65+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
66+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
67+ <p class =" color-[#ededed]" >Some content contained within the modal.</p >
68+ </div >
69+ </div >
70+ </div >
71+ </Drawer .Content >
72+ </Drawer .Portal >
73+ </Drawer .Root >
74+ </template >
75+
76+ <style scoped>
77+ p {
78+ font-size : 14px ;
79+ line-height : 1.25rem ;
80+ font-weight : 400 ;
81+ }
82+
83+ .new-dialog_inner {
84+ border-top-left-radius : 10px ;
85+ border-top-right-radius : 10px ;
86+ outline : none ;
87+ overflow-y : auto ;
88+ overscroll-behavior : none ;
89+ z-index : 1 ;
90+ background : #0a0a0a ;
91+ }
92+
93+ .modal-body {
94+ font-size : 14px ;
95+ line-height : 1.6 ;
96+ padding : 0 24px 24px ;
97+ overflow-x : hidden ;
98+ position : relative ;
99+ border-top-left-radius : 10px ;
100+ border-top-right-radius : 10px ;
101+ overflow-y : auto ;
102+ }
103+ </style >
0 commit comments