+
+
+
} label="Link Area" isGhost={false} buttonWidth={140} />
+
} label="Link Button" isGhost={false} buttonWidth={140} />
+
} label="Tag" isGhost={false} buttonWidth={140} />
+
} label="Caption" isGhost={false} buttonWidth={140} />
+
} label="Embed code" isGhost={false} buttonWidth={140} />
+
} label="Pop-up frame" isGhost={false} buttonWidth={140} />
+
+
+
+
+
} label="Spotlight" isGhost={false} buttonWidth={140} />
+
} label="Slideshow" isGhost={false} buttonWidth={140} />
+
+
+
+
} label="Video embed" isGhost={false} buttonWidth={140} />
+
} label="Video Button" isGhost={false} buttonWidth={140} />
+
} label="Audio Button" isGhost={false} buttonWidth={140} />
+
+
+
+
} label="Question" isGhost={false} buttonWidth={140} />
+
} label="Contact Form" isGhost={false} buttonWidth={140} />
+
+
+
+
} label="Previous Page" isGhost={false} buttonWidth={140} />
+
} label="Next Page" isGhost={false} buttonWidth={140} />
+
} label="Go to page" isGhost={false} buttonWidth={140} />
+
} label="First page" isGhost={false} buttonWidth={140} />
+
} label="Last page" isGhost={false} buttonWidth={140} />
diff --git a/app/globals.css b/app/globals.css
index dc98be7..9ddc0b0 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -120,3 +120,10 @@
@apply bg-background text-foreground;
}
}
+
+
+/* custom css */
+
+.no-scrollbar::-webkit-scrollbar {
+ display: none;
+}