Molecules
Layout Components
PageContainer
<PageContainer className="px-[16px] md:px-[24px] lg:px-[120px]">
<h1>Page Content</h1>
</PageContainer>Dialog Components
AlertDialog
<AlertDialog>
<AlertDialogTrigger>
<Button>Open</Button>
</AlertDialogTrigger>
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>Are you absolutely sure?</AlertDialogTitle>
<AlertDialogDescription>
This action cannot be undone. This will permanently delete your
account and remove your data from our servers.
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>
<AlertDialogCancel>Cancel</AlertDialogCancel>
<AlertDialogAction>Continue</AlertDialogAction>
</AlertDialogFooter>
</AlertDialogContent>
</AlertDialog>Navigation Components
NavigationMenu
Sidebar
Rating Components
RatingStars
RatingThumbs
RatingComment
Display Components
Carousel
CallOut
Interactive Components
AssistantButton
Last updated