@n3wth/ui/primitives re-exports the pinned Astryx core. The @n3wth/ui root exports adapter components with the Newth theme layered on top and a legacy prop shape. Applications must consume Astryx through @n3wth/ui/primitives, never directly.
Choose your import
- @n3wth/ui/primitives
- @n3wth/ui (root)
Use native Astryx APIs with the
label prop.Component catalog
Atoms
ButtonBadgeInputIconNoiseOverlayScrollIndicatorHamburgerIconAnimatedTextCodeBlockSkeletonandCardSkeletonShapeCharacterSpeechBubbleTooltipSwitchAvatarSeparatorProgressLabelTextarea
Molecules
Card(withCardHeader,CardTitle,CardDescription,CardContent,CardFooter)NavLinkCommandBoxThemeToggleMobileDrawerErrorBoundary(withErrorFallback)CompositeShape(withpresets)Modal(withModalHeader,ModalTitle,ModalDescription,ModalBody,ModalFooter,ModalCloseButton)Tabs(withTabsList,TabsTab,TabsPanel)Toast(withToastContainer)Dropdown(withDropdownTrigger,DropdownMenu,DropdownItem)Accordion(withAccordionItem,AccordionTrigger,AccordionContent)
Organisms
NavFooterHeroSection(withSectionHeader)
Related
Theme Provider
Mount
N3wthProvider and load the Newth theme CSS.Layouts
Build page frames with the site composition components.