Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source React component library for Next.js 13+ with App Router support, ConfigProvider theming, and MIT license.
Himalaya UI is an open-source React component library built specifically for Next.js 13 and above, designed to give developers a set of customizable UI components for building modern interfaces.
Himalaya UI is an open-source UI component library for React and Next.js, created by RedNinjas LTD. It ships as an npm package named @himalaya-ui/core and provides a set of customizable components that work with the Next.js App Router. The library requires Node.js 18 or newer and React 18 or newer; Next.js 13 or newer is optional but recommended for full features. It is licensed under the MIT License and maintained on GitHub by the authors Stefan Kalysta and Syed Abubakar.
NextStyleRegistry component (imported from @himalaya-ui/core/next/registry) that integrates styles with server-side rendering in Next.js 13+ App Router projects.ConfigProvider component (from @himalaya-ui/core/config) wraps your app to configure global styles and component behavior.yarn add @himalaya-ui/core or npm install @himalaya-ui/core.yarn test command to run the library's test suite.ConfigProvider and NextStyleRegistry following the Getting Started example, then use the library's components throughout your pages.Install the package, import ConfigProvider from @himalaya-ui/core/config and NextStyleRegistry from @himalaya-ui/core/next/registry, then wrap your application component so the library can inject global styles and configuration. The package handles styling via the registry, which is designed to work with Next.js 13's App Router.
Himalaya UI is free and open source under the MIT License. There are no paid tiers or usage fees; you can use, modify, and distribute it in both commercial and non-commercial projects.
Yes. Himalaya UI is open source and released under the MIT License, so it is free to use in personal, commercial, and non-commercial projects without paying any fees.
You need Node.js 18.0.0 or newer and React 18.0.0 or newer. Next.js 13.0.0 or newer is optional but recommended for use with the App Router integration via NextStyleRegistry.
Run yarn add @himalaya-ui/core or npm install @himalaya-ui/core in your terminal, then follow the Getting Started example to set up ConfigProvider and NextStyleRegistry.
Yes, Next.js is optional in the prerequisites. You can use @himalaya-ui/core in any React 18+ project, though the NextStyleRegistry component is specifically for Next.js App Router projects.
Himalaya UI is created by RedNinjas LTD, with contributions from Stefan Kalysta and Syed Abubakar. You can report issues or suggest features on the GitHub issues page.