@sckyzo/cosmos-react
v0.0.2
Published
React 19 + Tailwind 4 UI component library — 135+ themeable, accessible components (forms, overlays, navigation, tables, data display) with built-in light/dark mode.
Maintainers
Readme
@sckyzo/cosmos-react
React 19 component library — Cosmos design system.
Status: Phase 1 (extraction in progress) — components are being extracted from
rackscope EmptyPage.tsx and
TemplateDefaultPage.tsx. See parent repo cosmos
for the roadmap.
Install
pnpm add @sckyzo/cosmos-react @sckyzo/cosmos-theme
# Required peers (likely already in your app):
pnpm add react react-domUsage
// Apps must import the theme CSS once:
import '@sckyzo/cosmos-theme/fonts';
import '@sckyzo/cosmos-theme/tailwind';
import 'tailwindcss';
import '@sckyzo/cosmos-theme/vars';
// Then use components:
import {} from /* coming in Phase 1 */ '@sckyzo/cosmos-react';License
MIT — see LICENSE.
