Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimalist and customizable React component library for web applications.
Raw UI is a minimalist, customizable React component library for building web application interfaces. It is distributed as an npm package and maintained in the shervinchen/raw-ui GitHub repository under the MIT license. The library is designed for developers who want a clean, unopinionated set of React components that can adapt to their own design language through CSS-in-JS theming.
pnpm add raw-ui or npm install raw-ui --save. Then wrap your application root in a RawUIProvider and import any component — for example, Button — and use it directly in your JSX. The provider supplies theming and context to all descendant components.pnpm add raw-ui or, if you use npm, with npm install raw-ui --save.