Lobe UI is an open-source UI component library for building AIGC web apps
Table of contents
This package is ESM only.
To install Lobe UI, run the following command:
pnpm i -S @lobehub/ui
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'],
};
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
📊 Total: 5