Atoms
Building blocks including Button, Badge, Input, Icon, AnimatedText, HamburgerIcon, NoiseOverlay, and ScrollIndicator. Each atom is designed to be minimal and composable.
@n3wth/ui is an atomic design system for React applications. Built with a flat, minimal, iOS-inspired aesthetic, it provides components with no shadows or glows - just clean glass morphism effects.
The design system follows atomic design principles with three levels of components:
Building blocks including Button, Badge, Input, Icon, AnimatedText, HamburgerIcon, NoiseOverlay, and ScrollIndicator. Each atom is designed to be minimal and composable.
Functional UI patterns combining atoms: Card, NavLink, CommandBox, ThemeToggle, MobileDrawer, and ErrorBoundary. These handle common interaction patterns.
Complex components for page-level structure: Nav, Hero, Section, and Footer. These provide consistent layouts across applications.
Install via npm: npm install @n3wth/ui
Import components: import { Button, Card, Nav } from '@n3wth/ui'