Skip to content

🍭 Lobe UI is an open-source UI component library for building AIGC web apps

License

Notifications You must be signed in to change notification settings

Wxh16144-forks/lobe-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lobe UI

Lobe UI is an open-source UI component library for building AIGC web apps

Changelog · Report Bug · Request Feature

release releaseDate ciTest ciRelease
contributors forks stargazers issues

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:

Open in Gitpod

Or clone it for local development:

$ git clone https://github.com/lobehub/lobe-ui.git
$ cd lobe-ui
$ pnpm install
$ pnpm start

🤝 Contributing

📊 Total: 5


📝 License

Copyright © 2023 LobeHub.
This project is MIT licensed.

About

🍭 Lobe UI is an open-source UI component library for building AIGC web apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%