@@ -73,59 +73,8 @@ <h1 class="text-5xl font-bold text-transparent bg-clip-text bg-gradient-to-r fro
73
73
</ header >
74
74
75
75
< main class ="flex flex-col gap-10 mt-10 ">
76
- < div class ="p-5 bg-white shadow-2xl rounded-xl ">
77
- < h3 class ="font-bold "> Default</ h3 >
78
-
79
- < div class ="p-4 mt-5 rounded-lg bg-gray-50 ">
80
- < div class ="w-full overflow-auto max-h-48 ">
81
-
82
- < div class ="space-y-10 ">
83
- < p >
84
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
85
- Lorem Ipsum has been the industry's standard dummy text ever since the
86
- 1500s, when an unknown printer took a galley of type and scrambled it to
87
- make a type specimen book. It has survived not only five centuries, but
88
- also the leap into electronic typesetting, remaining essentially
89
- unchanged.
90
- </ p >
91
-
92
- < p class ="inline-block w-screen h-screen ">
93
- It was popularised in the 1960s with the release of Letraset sheets
94
- containing Lorem Ipsum passages, and more recently with desktop publishing
95
- software like Aldus PageMaker including versions of Lorem Ipsum.
96
- </ p >
97
- </ div >
98
-
99
- </ div >
100
- </ div >
101
- </ div >
102
-
103
- < div class ="p-5 bg-white shadow-2xl rounded-xl ">
104
- < h3 class ="font-bold "> scrollbar-hide</ h3 >
105
-
106
- < div class ="p-4 mt-5 rounded-lg bg-gray-50 ">
107
- < div class ="w-full overflow-auto max-h-48 scrollbar-hide ">
108
-
109
- < div class ="space-y-10 ">
110
- < p >
111
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
112
- Lorem Ipsum has been the industry's standard dummy text ever since the
113
- 1500s, when an unknown printer took a galley of type and scrambled it to
114
- make a type specimen book. It has survived not only five centuries, but
115
- also the leap into electronic typesetting, remaining essentially
116
- unchanged.
117
- </ p >
118
-
119
- < p class ="inline-block w-screen h-screen ">
120
- It was popularised in the 1960s with the release of Letraset sheets
121
- containing Lorem Ipsum passages, and more recently with desktop publishing
122
- software like Aldus PageMaker including versions of Lorem Ipsum.
123
- </ p >
124
- </ div >
125
-
126
- </ div >
127
- </ div >
128
- </ div >
76
+ < lorem-block title ="Default "> </ lorem-block >
77
+ < lorem-block title ="scrollbar-hide " scroll-hide > </ lorem-block >
129
78
</ main >
130
79
131
80
0 commit comments