Nostromo UI
A modern, accessible UI library built with React, TypeScript, and Tailwind CSS. Featuring 30 core components, 6 marketing components, and 4 predefined themes with full dark mode support.
Production ReadyWCAG 2.1 AA
Nostromo UI
Quick Install
# npm
npm install @nostromo/ui-core @nostromo/ui-marketing @nostromo/ui-tw
# pnpm
pnpm add @nostromo/ui-core @nostromo/ui-marketing @nostromo/ui-tw
# yarn
yarn add @nostromo/ui-core @nostromo/ui-marketing @nostromo/ui-twWhy Nostromo UI?
- 🎨 4 Predefined Themes - Nostromo, Mother, LV-426, Sulaco with easy customization
- ♿ WCAG 2.1 AA Compliant - Accessible out of the box
- ⚡ Zero Runtime Overhead - CSS variables, no JavaScript theming
- 📦 Tree-shakeable - Import only what you need
- 🎯 TypeScript First - Full type safety and IntelliSense
- 🌙 Dark Mode - System and manual dark mode support
Components
Core Components (30)
Marketing Components (6)
Quick Start
- Install packages (see above)
- Configure Tailwind - Add Nostromo preset to
tailwind.config.js - Import CSS - Add base styles and theme
- Start using components
Documentation
- API Reference - Complete component API documentation
- Theming Guide - Customize themes and design tokens
- Storybook - Interactive component playground
- FAQ - Frequently asked questions