JSPM

@lobehub/ui

1.72.0
  • 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: 5


๐Ÿ“ License

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