Package Exports
- @lobehub/ui
- @lobehub/ui/es/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lobehub/ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Lobe UI
Lobe UI is an open-source UI component library for building AIGC web apps
Changelog ยท Report Bug ยท Request Feature

Table of contents
TOC
๐ฆ Installation
This package is ESM only.
To install Lobe UI, run the following command:
pnpm i -S @lobehub/ui๐คฏ Usage
Compile with NextJS
by work correct with nextjs ssr, add transpilePackages: ['@lobehub/ui'] to next.config.js. For example:
// next.config.js
const nextConfig = {
// ...other config
transpilePackages: ['@lobehub/ui'],
};โจ๏ธ Local Development
You can use Gitpod for online development:
Or clone it for local development:
$ git clone https://github.com/lobehub/lobe-ui.git
$ cd lobe-ui
$ pnpm install
$ pnpm start๐ค Contributing
๐ More Products
- ๐ค Lobe Chat : An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application.
- ๐คฏ Lobe Theme : The modern theme for stable diffusion webui, exquisite interface design, highly customizable UI, and efficiency boosting features.
- ๐ Lobe i18n : Lobe i18n is an automation tool for the i18n (internationalization) translation process, powered by ChatGPT. It supports features such as automatic splitting of large files, incremental updates, and customization options for the OpenAI model, API proxy, and temperature.
- ๐ Lobe Commit : Lobe Commit is a CLI tool that leverages Langchain/ChatGPT to generate Gitmoji-based commit messages.