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 add @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
๐ Total: 4