Open UI Kit
A React component library for teams who want polished defaults, flexible tokens, and documentation that stays close to the code.
1. Install the package and peer dependencies
npm install @open-ui-kit/core @mui/material @emotion/react @emotion/styled2. Wrap your root with import { ThemeProvider } from "@open-ui-kit/core"Application components
Reusable React building blocks with sensible defaults for dense product screens.
Themeable by design
Light and dark palettes, interaction states, spacing, and typography stay aligned.
Docs beside code
Usage notes and examples live with the package, so adoption stays practical.