JSPM

@lobehub/ui

1.86.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 91665
  • Score
    100M100P100Q166311F
  • License MIT

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

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

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: 6

๐Ÿ”— 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.


๐Ÿ“ License

Copyright ยฉ 2023 LobeHub.
This project is MIT licensed.